mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-13 09:10:14 +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,8 +2,9 @@
|
|||
import { Row, Col, Modal, Image, Button } from 'sveltestrap';
|
||||
import moment from 'moment';
|
||||
import { toHTML } from 'discord-markdown';
|
||||
import type Sys from '../../api/system';
|
||||
|
||||
export let user;
|
||||
export let user: Sys;
|
||||
export let editMode: boolean;
|
||||
|
||||
let htmlDescription: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue