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 37430cd commit adee879Copy full SHA for adee879
src/components/pages/NotFoundErrorPage.tsx
@@ -4,7 +4,7 @@ import React from 'react'
4
import EmojiIcon from '../../cloud/components/atoms/EmojiIcon'
5
import { useRouter } from '../../lib/router'
6
import Button from '../../shared/components/atoms/Button'
7
-import { usePreferences } from '../../mobile/lib/preferences'
+import { usePreferences } from '../../lib/preferences'
8
9
const NotFoundErrorPage = ({}) => {
10
const { push } = useRouter()
0 commit comments