forked from StudioInfinity/dyna3
Outline: start on editor state and outline view
This commit is contained in:
parent
d3c9a08d22
commit
336b940471
6 changed files with 165 additions and 0 deletions
13
app-proto/sketch-outline/src/main.rs
Normal file
13
app-proto/sketch-outline/src/main.rs
Normal file
|
@ -0,0 +1,13 @@
|
|||
use sycamore::prelude::*;
|
||||
|
||||
mod editor;
|
||||
|
||||
use editor::Editor;
|
||||
|
||||
fn main() {
|
||||
sycamore::render(|| {
|
||||
view! {
|
||||
Editor {}
|
||||
}
|
||||
});
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue