reorganize UI so with header, footer and left side navbar

This commit is contained in:
Fabio Pliger
2022-03-10 14:55:55 -06:00
parent 9554f5b1fd
commit bcb9eb94a1
5 changed files with 200 additions and 184 deletions

View File

@@ -15,4 +15,6 @@ export const pyodideReadyPromise = promisable(
loadInterpreter,
// shouldRefreshPromise, // optional, but recommended
);
export const navBarOpen = writable(false);