feat: init onboarding

This commit is contained in:
swve 2024-06-19 15:43:38 +01:00
parent 6390c56282
commit 79da5b8e87
12 changed files with 290 additions and 7 deletions

View file

@ -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)