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
next.config.ts Normal file
View File

@@ -0,0 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;