Skip to content

Commit

Permalink
feat: changing types importation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mornieur committed Sep 3, 2023
1 parent 73dc67f commit 5d7650d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/VideoComponent/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { ModalView } from './ModalView';
import { BsFillPlayFill } from 'react-icons/bs';
import { motion } from 'framer-motion';
import { useVideoStore } from '@/store';
import { VideoCategory } from '@/pages';
import { VideoCategory } from '@/pages/videoCategoryTypes';

interface Video {
id: number;
Expand Down

0 comments on commit 5d7650d

Please sign in to comment.