Implement component test page
This commit is contained in:
parent
e946b0a2ec
commit
bfd3e53dcd
11 changed files with 217 additions and 21 deletions
|
@ -166,6 +166,7 @@ fn main() {
|
|||
terminal_view::init(cx);
|
||||
copilot::init(http.clone(), node_runtime, cx);
|
||||
ai::init(cx);
|
||||
component_test::init(cx);
|
||||
|
||||
cx.spawn(|cx| watch_themes(fs.clone(), cx)).detach();
|
||||
cx.spawn(|_| watch_languages(fs.clone(), languages.clone()))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue