fix: fix a single semicolon because it was bugging me
This commit is contained in:
parent
100ccf2139
commit
a6ee0ca54e
@ -1,6 +1,6 @@
|
||||
<script lang="ts">
|
||||
import { Card, CardHeader, CardBody, CardTitle, Row, Col, Button } from 'sveltestrap';
|
||||
import FaUserLock from 'svelte-icons/fa/FaUserLock.svelte'
|
||||
import FaUserLock from 'svelte-icons/fa/FaUserLock.svelte';
|
||||
import type Sys from '../../api/system';
|
||||
|
||||
export let user: Sys;
|
||||
|
Loading…
Reference in New Issue
Block a user