ui: Upgrade packages

This commit is contained in:
nemunaire 2022-05-31 21:11:44 +02:00
commit eca15b394a
3 changed files with 3595 additions and 550 deletions

View file

@ -7,9 +7,9 @@
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<meta name="robots" content="all">
<base href="/">
%svelte.head%
%sveltekit.head%
</head>
<body>
<div>%svelte.body%</div>
<div>%sveltekit.body%</div>
</body>
</html>