Refactored pages to correct locations

This commit is contained in:
2025-12-25 22:00:59 +01:00
parent ca69d410f2
commit bfc7d9993a
14 changed files with 55 additions and 9 deletions

View File

@@ -6,13 +6,13 @@
@import "./theme.css";
@source "./node_modules/shadcnblazor/classes.json";
@source "../../Moonlight.Api/**/*.razor";
@source "../../Moonlight.Api/**/*.cs";
@source "../../Moonlight.Api/**/*.html";
@source "../../../Moonlight.Api/**/*.razor";
@source "../../../Moonlight.Api/**/*.cs";
@source "../../../Moonlight.Api/**/*.html";
@source "../../Moonlight.Frontend/**/*.razor";
@source "../../Moonlight.Frontend/**/*.cs";
@source "../../Moonlight.Frontend/**/*.html";
@source "../../../Moonlight.Frontend/**/*.razor";
@source "../../../Moonlight.Frontend/**/*.cs";
@source "../../../Moonlight.Frontend/**/*.html";
@custom-variant dark (&:is(.dark *));