mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 04:39:06 +00:00
yarn format
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
import './globals.css'
|
||||
import { Roboto } from 'next/font/google'
|
||||
import "./globals.css";
|
||||
import { Roboto } from "next/font/google";
|
||||
|
||||
import Head from 'next/head'
|
||||
import Head from "next/head";
|
||||
|
||||
const roboto = Roboto({ subsets: ['latin'], weight: '400' })
|
||||
const roboto = Roboto({ subsets: ["latin"], weight: "400" });
|
||||
|
||||
export const metadata = {
|
||||
title: 'Reflector – Monadical',
|
||||
description: 'Capture The Signal, Not The Noise',
|
||||
}
|
||||
title: "Reflector – Monadical",
|
||||
description: "Capture The Signal, Not The Noise",
|
||||
};
|
||||
|
||||
export default function RootLayout({ children }) {
|
||||
return (
|
||||
@@ -18,5 +18,5 @@ export default function RootLayout({ children }) {
|
||||
</Head>
|
||||
<body className={roboto.className}>{children}</body>
|
||||
</html>
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user