feat: rename system component

This commit is contained in:
Spectralitree
2021-12-11 12:22:42 +01:00
parent c188154677
commit d194c8bfd2
2 changed files with 1 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
import { navigate, useLocation } from "svelte-navigator";
import { currentUser, loggedIn } from '../stores';
import PrivateSystem from '../lib/cards/PrivateSystem.svelte';
import PrivateSystem from '../lib/cards/System.svelte';
import PKAPI from '../api';
import type Sys from '../api/system';