Create the example workspace in the browser build

This commit is contained in:
Gregory Schier
2026-09-15 16:32:20 -07:00
parent f827aae46d
commit 2c51fc92d6
12 changed files with 117 additions and 91 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
use crate::error::Result;
use crate::host::Host;
use yaak::example::create_example_workspace;
use yaak_models::example::create_example_workspace;
use yaak_models::export::{self, ExportDataParams};
use yaak_models::util::BatchUpsertResult;
use yaak_rpc_schema::*;