chore(dashboard): update dependencies

This commit is contained in:
Jake Fulmine 2022-11-26 13:41:01 +01:00
parent 1b3f188997
commit c574ad6ecf
31 changed files with 437 additions and 402 deletions

View file

@ -6,7 +6,7 @@
import SystemMain from '../../components/system/Main.svelte';
import List from '../../components/list/List.svelte';
import { System } from '../../api/types';
import type { System } from '../../api/types';
import api from '../../api';
// get the state from the navigator so that we know which tab to start on