Update src/app/layout.tsx
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import "./styles/variables.css";
|
||||
import "./styles/base.css";
|
||||
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Old Boy Domino Club", description: "Join a thriving community of domino enthusiasts where tradition meets fellowship."};
|
||||
title: "Old Boy Domino Club", description: "Join a thriving community of domino enthusiasts"};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
|
||||
Reference in New Issue
Block a user