We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 697d37d commit d15e8feCopy full SHA for d15e8fe
1 file changed
app/(home)/page.tsx
@@ -5,6 +5,7 @@ import { StatsAndReviews } from './components/StatsAndReviews';
5
import { PythonFoundation } from './components//PythonFoundation';
6
import { Partners } from './components//Partners';
7
import { Sponsors } from './components/Sponsors';
8
+import UpcomingEvents from './components//UpcomingEvents';
9
10
export default function HomePage() {
11
return (
@@ -16,6 +17,7 @@ export default function HomePage() {
16
17
<PythonFoundation />
18
<Partners />
19
<Sponsors />
20
+ <UpcomingEvents/>
21
</main>
22
);
23
}
0 commit comments