forked from StudioInfinity/dyna3
Outline: switch from "Editor" to "App"
This commit is contained in:
parent
634e97b659
commit
20b96a9764
2 changed files with 6 additions and 6 deletions
|
@ -1,13 +1,13 @@
|
|||
use sycamore::prelude::*;
|
||||
|
||||
mod editor;
|
||||
mod app;
|
||||
|
||||
use editor::Editor;
|
||||
use app::App;
|
||||
|
||||
fn main() {
|
||||
sycamore::render(|| {
|
||||
view! {
|
||||
Editor {}
|
||||
App {}
|
||||
}
|
||||
});
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue