Created Page User

This commit is contained in:
Thanh Quy - wolf
2026-03-22 15:10:44 +07:00
parent a3ad537210
commit 9da99c6495
30 changed files with 9387 additions and 102 deletions
+7
View File
@@ -0,0 +1,7 @@
/* Tell TypeScript that CSS files are valid side-effect imports.
Next.js handles the actual bundling; this declaration silences
the TS language-server warning for `import "./globals.css"`. */
declare module "*.css" {
const content: Record<string, string>;
export default content;
}