Skip to content

Commit

Permalink
fix: types import
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogeveen committed Mar 3, 2024
1 parent 5bc8b2a commit b2a2e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/[npc]/view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import { Content } from '@components/NpcSideQuest/subcomponents/Content/Content'
import { Header } from '@components/NpcSideQuest/subcomponents/Header/Header'
import { useNpcLocalStorage } from '@hooks/useLocalStorage'
import { Npc } from '@types/index'
import { Npc } from '@types'

type ViewProps = {
npcData: Npc
Expand Down

0 comments on commit b2a2e85

Please sign in to comment.