Add new meeting
This commit is contained in:
parent
1af426fbf3
commit
672afdda24
1 changed files with 5 additions and 0 deletions
|
@ -52,6 +52,11 @@ fn MeetingsTable(props: &Meetings) -> Html {
|
|||
#[function_component]
|
||||
fn App() -> Html {
|
||||
let meetings = vec![
|
||||
Meeting {
|
||||
date: datetime!(2025-04-15 18:00 +2:00),
|
||||
location: "CCCSBG Space".into(),
|
||||
description: "Reboot the website or telnet?".into(),
|
||||
},
|
||||
Meeting {
|
||||
date: datetime!(2024-05-23 18:00 +2:00),
|
||||
location: "CCCSBG Space".into(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue