Skip to content

Commit

Permalink
saved boards component on main
Browse files Browse the repository at this point in the history
  • Loading branch information
randallard committed Nov 30, 2024
1 parent e79e518 commit 3674cab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ use serde::{Serialize, Deserialize};

mod components;
use components::board::BoardCreator;
use components::saved_boards::SavedBoards;

#[derive(Serialize, Deserialize)]
struct UserData {
Expand Down Expand Up @@ -115,6 +116,7 @@ fn App() -> impl IntoView {
<BoardCreator
on_cancel=move || set_show_board_creator.set(false)
/>
<SavedBoards/>
})}
</div>
</div>
Expand Down

0 comments on commit 3674cab

Please sign in to comment.