feat: build welcome page and dashboard layout

This commit is contained in:
Mpho10111
2026-08-04 03:36:02 +02:00
parent 3a30840f65
commit eb353598c7
21 changed files with 7263 additions and 0 deletions

7
postcss.config.mjs Normal file
View File

@@ -0,0 +1,7 @@
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;