Skip to content

Commit ed726ab

Browse files
committed
remove top loader
1 parent 8dbe3ad commit ed726ab

File tree

3 files changed

+0
-26
lines changed

3 files changed

+0
-26
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
"next-plausible": "^3.12.4",
6060
"next-safe-action": "^6.2.0",
6161
"next-themes": "^0.4.6",
62-
"nextjs-toploader": "^3.8.16",
6362
"p-debounce": "^4.0.0",
6463
"qrcode.react": "^4.2.0",
6564
"react": "^19.1.0",

pnpm-lock.yaml

Lines changed: 0 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/app/layout.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { GeistSans } from 'geist/font/sans';
22
import PlausibleProvider from 'next-plausible';
33
import { ThemeProvider } from 'next-themes';
4-
import NextTopLoader from 'nextjs-toploader';
54
import type { PropsWithChildren } from 'react';
65
import { Toaster } from 'sonner';
76

0 commit comments

Comments
 (0)