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

@ -1,5 +1,4 @@
<script lang="ts">
import { currentUser } from '../../stores';
import { Modal, Card, CardHeader, CardBody, CardTitle, Image, ModalHeader, Col, Row, Button } from 'sveltestrap';
import CardsHeader from '../CardsHeader.svelte';
import { parseMarkdown } from '../../functions';

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';