feat: split big file and update agents.md

This commit is contained in:
2026-06-18 23:14:26 +03:00
parent 0ab34ce1bc
commit 520cb0e184
23 changed files with 361 additions and 255 deletions

View File

@@ -3,7 +3,7 @@ import { Inter, Montserrat } from "next/font/google";
import "./globals.css";
import { ThemeProvider } from "@/shared/hooks/theme-provider";
import { ThemeMessageListener } from "@/shared/hooks/theme-message-listener";
import { SiteHeader, SiteFooter } from "@/widgets/template-ui";
import { SiteHeader, SiteFooter } from "@/widgets/site-shell";
const display = Montserrat({
variable: "--font-display",