mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: init onboarding
This commit is contained in:
parent
6390c56282
commit
79da5b8e87
12 changed files with 290 additions and 7 deletions
|
|
@ -4,7 +4,6 @@ import { swrFetcher } from '@services/utils/ts/requests'
|
|||
import React, { createContext, useContext, useEffect, useReducer } from 'react'
|
||||
import useSWR from 'swr'
|
||||
import { useLHSession } from '@components/Contexts/LHSessionContext'
|
||||
import PageLoading from '@components/Objects/Loaders/PageLoading'
|
||||
|
||||
export const CourseContext = createContext(null)
|
||||
export const CourseDispatchContext = createContext(null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue