Skip to content

Commit

Permalink
fix: update TvShow type in pages.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
martapanc committed Aug 23, 2023
1 parent ee6c622 commit 15e27d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(public)/about/free-time/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import { sanityClient } from '../../../../../sanity/lib/client';

import { Book } from '@/types/Book';
import { Podcast } from '@/types/Podcast';
import { TvShow } from '@/types/TvSeries';
import { TvShow } from '@/types/TvShow';
import { VideoGame } from '@/types/VideoGame';

export const metadata = {
Expand Down

0 comments on commit 15e27d2

Please sign in to comment.