mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 21:16:49 +00:00
fix: fix broken system component import
This commit is contained in:
parent
15b70784f1
commit
9ff0a19275
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
import { navigate, useLocation } from "svelte-navigator";
|
||||
import { currentUser, loggedIn } from '../stores';
|
||||
|
||||
import PrivateSystem from '../lib/cards/System.svelte';
|
||||
import PrivateSystem from '../lib/system/System.svelte';
|
||||
import PKAPI from '../api';
|
||||
import type Sys from '../api/system';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue