Skip to content

Commit

Permalink
fix: missing type import
Browse files Browse the repository at this point in the history
  • Loading branch information
pmigueld committed Nov 15, 2022
1 parent 5bcd9e2 commit d68f577
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/VidItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import { Column, Row, Text } from './ui';
import { Theme } from './ui/styleUtils';
import { RotatingIcon } from './RotatingIcon';
import { GlobalContext } from '../shared/GlobalContext';
import { LocalizedField } from '../types/vc';

export const VidItem: React.FC<VcItemProps> = (props) => {
const { appService } = useContext(GlobalContext);
Expand Down

0 comments on commit d68f577

Please sign in to comment.