Skip to content

Commit d054b30

Browse files
committed
add missing import!
1 parent 63644a5 commit d054b30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client/App.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import useCurrentUser from './hooks/useCurrentUser'
1717
import { AnalyticsProvider } from './stores/analytics'
1818
import useTheme from './theme'
1919
import type { User } from './types'
20+
import { useUpdateUrlLang } from './hooks/useUpdateUrlLang'
2021

2122
const hasAccess = (user: User | null | undefined, courseId?: string) => {
2223
if (!user) return false

0 commit comments

Comments
 (0)