Skip to content

Commit

Permalink
[fix] imports sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuyuni committed Jan 3, 2025
1 parent 5054a71 commit 5e71bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { EventCountdownBanner } from "@/components/EventCountdownBanner";
import { SeekingSponsorsSection } from "@/components/SeekingSponsorsSection";
import Footer from "@/components/Footer";
import { SeekingSponsorsSection } from "@/components/SeekingSponsorsSection";

export default function Home() {
return (
Expand Down

0 comments on commit 5e71bb9

Please sign in to comment.