Dependency upgrades

This commit is contained in:
Djuri 2024-09-03 12:11:14 +02:00
parent 7b6a8cf10b
commit b43af95cf8
16 changed files with 244 additions and 276 deletions

View file

@ -1,5 +1,5 @@
<script lang="ts">
import { Button, Container } from 'sveltestrap';
import { Button, Container } from '@sveltestrap/sveltestrap';
import { onMount } from 'svelte';
let swaggerLoaded: boolean = false;