Skip to content

Commit adee879

Browse files
committed
Fix NotFoundErrorPage
1 parent 37430cd commit adee879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/pages/NotFoundErrorPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import React from 'react'
44
import EmojiIcon from '../../cloud/components/atoms/EmojiIcon'
55
import { useRouter } from '../../lib/router'
66
import Button from '../../shared/components/atoms/Button'
7-
import { usePreferences } from '../../mobile/lib/preferences'
7+
import { usePreferences } from '../../lib/preferences'
88

99
const NotFoundErrorPage = ({}) => {
1010
const { push } = useRouter()

0 commit comments

Comments
 (0)