Compare commits

..

No commits in common. 'a595980de292dca3f410303411835cbf2c2e981e' and 'ad312c174ac074d9cac1dcc0e057be1ba1cecd70' have entirely different histories.

@ -1,11 +1,13 @@
import './globals.css'
import { Roboto_Slab } from 'next/font/google'
import { Inter, Roboto_Slab } from 'next/font/google'
const inter = Inter({ subsets: ['latin'] });
const robotoSlab = Roboto_Slab({ subsets: ['latin'] });
export const metadata = {
title: 'UTF Inspector',
description: 'Unicode character info tool',
title: 'Create Next App',
description: 'Generated by create next app',
}
export default function RootLayout({

Loading…
Cancel
Save