refactor(core): restructure folders

This commit is contained in:
2026-04-17 17:21:03 +02:00
parent 93cb375c29
commit f9677e4434
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ import { Geist, Geist_Mono, Inter } from "next/font/google";
import "../globals.css";
import { cn } from "@/lib/utils";
import { ThemeProvider } from "../../components/theme-provider";
import BackgroundEffects from "../../components/custom/background-effects";
import Navbar from "../../components/custom/navbar";
import BackgroundEffects from "./background-effects";
import Navbar from "./navbar";
import { NextIntlClientProvider } from "next-intl";
const inter = Inter({subsets:['latin'],variable:'--font-sans'});