mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-08 06:47:56 +00:00
fix: fix imports (...again)
This commit is contained in:
parent
30402558e6
commit
8d8d7e48ed
2 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
<script lang="ts">
|
||||
import { Card, CardBody } from 'sveltestrap';
|
||||
import CardsHeader from '../CardsHeader.svelte';
|
||||
import SystemBody from './SystemBody.svelte';
|
||||
import SystemPrivacy from './SystemPrivacy.svelte';
|
||||
import SystemBody from './Body.svelte';
|
||||
import SystemPrivacy from './Privacy.svelte';
|
||||
|
||||
export let user;
|
||||
export let isPublic = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue