Skip to content

Commit

Permalink
Sort the imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
kovipu committed Apr 9, 2024
1 parent 9525a90 commit 17836f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ import Image from 'next/image';
import Calendar from '@/components/calendar';
import Footer from '@/components/footer';
import Hero from '@/components/hero';
import Player from '@/components/player';
import RichText from '@/components/richtext';
import { Showlist } from '@/components/showlist';
import Sponsors, { ISponsorData } from '@/components/sponsors';
import {
fetchContent,
Expand All @@ -14,8 +16,6 @@ import {
} from '@/contentful/client';
import { contentfulImageLoader } from '@/contentful/contentfulImageLoader';
import { IndexDocument, IndexQuery } from '@/contentful/graphql/index.graphql';
import { Showlist } from '@/components/showlist';
import Player from '@/components/player';
import { fetchShowlist } from '@/scripts/google/client';
import { Show } from '@/scripts/google/showlistHelpers';

Expand Down

0 comments on commit 17836f7

Please sign in to comment.