Skip to content

Commit dcfd885

Browse files
committed
fix/app-bottomNav
1 parent c0e8123 commit dcfd885

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pages/_app.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ export default function App({ Component, pageProps }: AppProps) {
2020
return (
2121
<QueryClientProvider client={queryClient}>
2222
<Component {...pageProps} />
23-
<BottomNav />
2423
</QueryClientProvider>
2524
);
2625
}

0 commit comments

Comments
 (0)