diff options
Diffstat (limited to 'src/view/screens/NotFound.tsx')
-rw-r--r-- | src/view/screens/NotFound.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/screens/NotFound.tsx b/src/view/screens/NotFound.tsx index 90d5e17dd..a9d5e045d 100644 --- a/src/view/screens/NotFound.tsx +++ b/src/view/screens/NotFound.tsx @@ -9,7 +9,7 @@ import { } from '@react-navigation/native' import {usePalette} from '#/lib/hooks/usePalette' -import {NavigationProp} from '#/lib/routes/types' +import {type NavigationProp} from '#/lib/routes/types' import {s} from '#/lib/styles' import {useSetMinimalShellMode} from '#/state/shell' import {Button} from '#/view/com/util/forms/Button' |