Skip to content

Commit 07a6252

Browse files
committed
Se agregan componente de hacktoberfest
1 parent 76ab10e commit 07a6252

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pages/index.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
use leptos::{component, view, IntoView};
22

3-
use crate::components::{CommunityProjects, Hero, OtherCommunities, OurCommunities, Sponsors};
3+
use crate::components::{CommunityProjects, Hero, OtherCommunities, OurCommunities, Hacktoberfest, Sponsors};
44

55
#[component]
66
pub fn Index() -> impl IntoView {
77
view! {
88
<div>
99
<Hero/>
1010
<OurCommunities/>
11+
<Hacktoberfest/>
1112
<CommunityProjects show_more=true/>
1213
<OtherCommunities show_more=true/>
1314
<Sponsors/>

0 commit comments

Comments
 (0)