fix: fix a single semicolon because it was bugging me

This commit is contained in:
Spectralitree 2021-12-12 08:01:32 +01:00
parent 100ccf2139
commit a6ee0ca54e

View File

@ -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;