Skip to content

Commit

Permalink
fb sandpack.css
Browse files Browse the repository at this point in the history
  • Loading branch information
abernier committed Aug 25, 2024
1 parent 0364106 commit 8bb9590
Show file tree
Hide file tree
Showing 3 changed files with 622 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import type { Metadata } from 'next'
import { ThemeProvider } from 'next-themes'
import { Inconsolata, Inter } from 'next/font/google'
import './globals.css'
import './sandpack.css'

const inter = Inter({ subsets: ['latin'] })
const inconsolata = Inconsolata({ subsets: ['latin'] })
Expand Down
Loading

0 comments on commit 8bb9590

Please sign in to comment.