We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63644a5 commit d054b30Copy full SHA for d054b30
src/client/App.tsx
@@ -17,6 +17,7 @@ import useCurrentUser from './hooks/useCurrentUser'
17
import { AnalyticsProvider } from './stores/analytics'
18
import useTheme from './theme'
19
import type { User } from './types'
20
+import { useUpdateUrlLang } from './hooks/useUpdateUrlLang'
21
22
const hasAccess = (user: User | null | undefined, courseId?: string) => {
23
if (!user) return false
0 commit comments