Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Mar 21, 2024
1 parent 570f31d commit 622d153
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions demo/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,23 +55,6 @@ export default function RootLayout({ children }: RootLayoutProps) {
href="https://fonts.googleapis.com/css2?family=Manrope:[email protected]&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/prism-themes/1.9.0/prism-one-dark.css"
/>
<link
href="https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/prism/1.23.0/plugins/line-numbers/prism-line-numbers.min.css"
rel="stylesheet"
/>
<Script src="https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/prism/1.23.0/components/prism-core.min.js" />
<Script
src="https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/prism/1.23.0/plugins/autoloader/prism-autoloader.min.js"
async
/>
<Script
src="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/prism/1.23.0/plugins/line-numbers/prism-line-numbers.min.js"
async
/>
</head>
<body className={"bg-background min-h-screen font-sans antialiased"}>
<ThemeProvider>
Expand Down

0 comments on commit 622d153

Please sign in to comment.