front init

This commit is contained in:
Daniil
2026-01-12 23:06:40 +03:00
parent b1d3e89988
commit 749fda017c
27 changed files with 2322 additions and 148 deletions
+4 -3
View File
@@ -1,11 +1,12 @@
import type { Metadata } from "next"
import type { ReactNode } from "react"
import "@app/styles/global.scss"
import "@shared/styles/global.scss"
import "bootstrap/dist/css/bootstrap.min.css"
export const metadata: Metadata = {
title: "Let's Develop!",
description: "FSD Template with Next.js by yunglocokid",
title: "Coffee Project",
description: "Standalone Next.js app using FSD structure",
}
export default function RootLayout({