mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-10 15:57:53 +00:00
chore(dashboard): update dependencies
This commit is contained in:
parent
1b3f188997
commit
c574ad6ecf
31 changed files with 437 additions and 402 deletions
|
|
@ -4,7 +4,7 @@
|
|||
import FaUserLock from 'svelte-icons/fa/FaUserLock.svelte';
|
||||
|
||||
import api from '../../../api';
|
||||
import { GroupPrivacy, System } from '../../../api/types';
|
||||
import type { GroupPrivacy, System } from '../../../api/types';
|
||||
const user: System = JSON.parse(localStorage.getItem("pk-user"));
|
||||
|
||||
if (!user) navigate('/');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue