completed middleware

This commit is contained in:
2023-10-20 17:18:36 -07:00
parent 07337a6cfc
commit ed2ebe41e6
3 changed files with 9 additions and 8 deletions
+2 -2
View File
@@ -23,11 +23,11 @@ function MyApp({ Component, pageProps }) {
<>
<ThemeProvider theme={theme}>
<CssBaseline />
<AuthRoute>
{/* <AuthRoute> */}
<Layout>
<Component {...pageProps} />
</Layout>
</AuthRoute>
{/* </AuthRoute> */}
</ThemeProvider>
</>
);