Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-04-12 07:50:28 +00:00

View File

@@ -21,7 +21,12 @@ export const metadata: Metadata = {
},
};
const lato = Lato({ variable: "--font-lato", subsets: ["latin"], weight: ["100", "300", "400", "700", "900"] });
const lato = Lato({
variable: "--font-lato",
subsets: ["latin"],
weight: ["100", "300", "400", "700", "900"],
});
export default function RootLayout({
children,