Split request upsert command

This commit is contained in:
Gregory Schier
2023-02-27 10:00:57 -08:00
parent 5c43d8510a
commit fc54ec49af
8 changed files with 122 additions and 39 deletions

View File

@@ -14,9 +14,12 @@ import './main.css';
setTheme();
// WASM stuff
await init();
greet();
await invoke('load_db');
// Load the database
// await invoke('load_db');
const queryClient = new QueryClient();
const router = createBrowserRouter([