Skip to content

Commit 956281f

Browse files
committed
fix: fix formatting
1 parent d2cdc8d commit 956281f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/(home)/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { StatsAndReviews } from './components/StatsAndReviews';
55
import { PythonFoundation } from './components//PythonFoundation';
66
import { Partners } from './components//Partners';
77
import { Sponsors } from './components/Sponsors';
8-
import UpcomingEvents from './components//UpcomingEvents';
8+
import UpcomingEvents from './components//UpcomingEvents';
99
import { Footer } from './components//Footer';
1010

1111
export default function HomePage() {
@@ -17,7 +17,7 @@ export default function HomePage() {
1717
<StatsAndReviews />
1818
<PythonFoundation />
1919
<Partners />
20-
<UpcomingEvents/>
20+
<UpcomingEvents />
2121
<Sponsors />
2222
<Footer />
2323
</main>

0 commit comments

Comments
 (0)