feat: rename system component
This commit is contained in:
		@@ -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';
 | 
			
		||||
@@ -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';
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user