diff --git a/src/components/molecules/RandomFacts/GeneralView.tsx b/src/components/molecules/RandomFacts/GeneralView.tsx index 356e386..1d032b0 100644 --- a/src/components/molecules/RandomFacts/GeneralView.tsx +++ b/src/components/molecules/RandomFacts/GeneralView.tsx @@ -6,7 +6,7 @@ import ReactMarkdown from 'react-markdown'; import Button from '@/components/buttons/Button'; -import { RandomFact } from '@/types/RandomFact'; +import { RandomFact } from '@/sanityTypes/RandomFact'; export interface GeneralViewProps { randomFacts: RandomFact[];