mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 06:57:12 +01:00
move contexts all out in own toplevel dir
- rename wizard to book
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user