Skip to content

Commit

Permalink
fix: fix eneralView SB story
Browse files Browse the repository at this point in the history
  • Loading branch information
martapanc committed Aug 23, 2023
1 parent 47a92e3 commit b07c634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/molecules/RandomFacts/GeneralView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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[];
Expand Down

0 comments on commit b07c634

Please sign in to comment.