mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
feat: rename system component
This commit is contained in:
parent
c188154677
commit
d194c8bfd2
2 changed files with 1 additions and 2 deletions
|
|
@ -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';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue