move storing data to booking page

This commit is contained in:
Thomas Ruoff
2020-08-20 00:30:47 +02:00
parent e1d1de469b
commit 3a5f5b3204
2 changed files with 5 additions and 34 deletions

View File

@@ -3,6 +3,7 @@ import { AppContext } from '../../context/appStore'
import Footer from '../../components/footer'
export default function Booking() {
const { state, storeData } = useContext(AppContext)
const { dataStored, dataStoredLoaded } = state
return (