Added navigations pages

This commit is contained in:
Laux Dev
2026-02-24 10:50:14 +08:00
parent 969301e80f
commit a6ae45d9cf
17 changed files with 115 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
import { Geist, Geist_Mono, Inter } from "next/font/google";
import { Inter } from "next/font/google";
import Sidebar from "./components/sidebar/Sidebar";
import Header from "./components/header/Header";
import "./globals.css";