mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-08 23:07:54 +00:00
fix: fix imports (...again)
This commit is contained in:
parent
30402558e6
commit
8d8d7e48ed
2 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
|||
import { navigate, useLocation } from "svelte-navigator";
|
||||
import { currentUser, loggedIn } from '../stores';
|
||||
|
||||
import System from '../lib/system/System.svelte';
|
||||
import System from '../lib/system/Main.svelte';
|
||||
import PKAPI from '../api';
|
||||
import type Sys from '../api/system';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue