mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 06:57:12 +01:00
appStore was a stupid idea...
This commit is contained in:
@@ -4,12 +4,6 @@ import '../styles/index.css'
|
||||
|
||||
import 'react-day-picker/lib/style.css'
|
||||
|
||||
import AppStore from '../context/appStore'
|
||||
|
||||
export default function MyApp({ Component, pageProps }) {
|
||||
return (
|
||||
<AppStore>
|
||||
<Component {...pageProps} />
|
||||
</AppStore>
|
||||
)
|
||||
return <Component {...pageProps} />
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user