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

@@ -2,7 +2,7 @@
import { tick, createEventDispatcher } from "svelte";
import { ModalBody, ModalHeader, Col, Row, Input, Label, ModalFooter, Button, Spinner, Alert } from "sveltestrap";
import { Group, GroupPrivacy } from '../../api/types';
import type { Group, GroupPrivacy } from '../../api/types';
import api from '../../api';
export let privacyOpen: boolean;