Skip to content

Commit

Permalink
feature-062: 빠진 type 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
gs0428 committed Feb 13, 2024
1 parent fdf928a commit 1b8e298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Home/InsightVideos.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useState } from 'react';
import { InsightVideosContainer } from '@/styles/HomepageStyle';
import Card from '../category/Card';
import { IVideoProps } from '../category/Card';
import { IVideoProps } from 'types/videos';

interface InsightVideosProps {
username: string;
Expand Down

0 comments on commit 1b8e298

Please sign in to comment.