mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 23:17:12 +01:00
remove loads of styles in favor of inline styles
This commit is contained in:
@@ -24,7 +24,7 @@ function Auth({ children }) {
|
||||
export default function MyApp({ Component, pageProps: { session, ...pageProps } }) {
|
||||
|
||||
return (
|
||||
<div className="wrapper">
|
||||
<div className="flex flex-col min-h-screen">
|
||||
<SessionProvider session={session}>
|
||||
{Component.auth ? (
|
||||
<Auth>
|
||||
|
||||
Reference in New Issue
Block a user