Skip to content

Commit

Permalink
delete unused style files
Browse files Browse the repository at this point in the history
  • Loading branch information
TAKAYAMAN2180 committed Sep 5, 2023
1 parent 0d55b89 commit 78f374c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import './globals.css'
import type { Metadata } from 'next'
import { Inter } from 'next/font/google'
import styles from './page.module.css'
Expand All @@ -18,7 +17,7 @@ export default function RootLayout({
return (
<html lang="ja">
<body className={inter.className}>
<main className={styles.main}>
<main>
{children}
</main>
</body>
Expand Down

0 comments on commit 78f374c

Please sign in to comment.