move contexts all out in own toplevel dir

- rename wizard to book
This commit is contained in:
Thomas Ruoff
2021-06-07 23:51:32 +02:00
parent 92477e5325
commit dbe3904759
10 changed files with 35 additions and 35 deletions

View File

@@ -2,7 +2,7 @@ import { useContext } from 'react'
import { useRouter } from 'next/router'
import Link from 'next/link'
import User from './user'
import UserContext from './user/context'
import UserContext from '../context/user'
import { USER_ROLE } from '../lib/session'
const pathNameLabelMap = {