fix: remove some unused imports
This commit is contained in:
parent
0919ebf21e
commit
625dcd787a
@ -1,8 +1,8 @@
|
||||
<script lang="ts">
|
||||
import type Group from "../../api/group";
|
||||
import type Member from "../../api/member";
|
||||
import { Row, Col, Input, Button, Label, Alert, ListGroup, ListGroupItem } from 'sveltestrap';
|
||||
import { createEventDispatcher, onDestroy } from 'svelte';
|
||||
import { Row, Col, Button, Alert, ListGroup, ListGroupItem } from 'sveltestrap';
|
||||
import { createEventDispatcher } from 'svelte';
|
||||
import PKAPI from '../../api';
|
||||
import ListPagination from "../ListPagination.svelte";
|
||||
import twemoji from "twemoji";
|
||||
|
Loading…
Reference in New Issue
Block a user