mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-13 01:00:12 +00:00
feat: make system components require the system classes
This commit is contained in:
parent
be1a2423f9
commit
ed257afcc6
5 changed files with 9 additions and 7 deletions
|
|
@ -2,9 +2,8 @@
|
|||
import { Modal, CardHeader, CardTitle, Image } from 'sveltestrap';
|
||||
import FaUserCircle from 'svelte-icons/fa/FaUserCircle.svelte'
|
||||
import default_avatar from '../assets/default_avatar.png';
|
||||
import type Sys from '../api/system';
|
||||
|
||||
export let item: Sys;
|
||||
export let item: any;
|
||||
|
||||
let avatarOpen = false;
|
||||
const toggleAvatarModal = () => (avatarOpen = !avatarOpen);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue