wip
This commit is contained in:
11
src/screen/welcome.rs
Normal file
11
src/screen/welcome.rs
Normal file
@@ -0,0 +1,11 @@
|
||||
struct Welcome {}
|
||||
|
||||
impl gpui::Render for Welcome {
|
||||
fn render(
|
||||
&mut self,
|
||||
window: &mut gpui::Window,
|
||||
cx: &mut gpui::Context<Self>,
|
||||
) -> impl gpui::IntoElement {
|
||||
todo!()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user