mirror of
https://github.com/adoyle0/thaw.git
synced 2025-03-13 05:59:49 -04:00
fix: demo build
This commit is contained in:
parent
3082fb98f4
commit
985d31bf7d
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
|||
use demo::App;
|
||||
mod app;
|
||||
mod components;
|
||||
mod pages;
|
||||
|
||||
use app::App;
|
||||
use leptos::*;
|
||||
|
||||
fn main() {
|
||||
|
|
Loading…
Add table
Reference in a new issue