Fix unused imports to make ESLint happy
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { Button } from '$lib/components/ui/button/index';
|
import { Button } from '$lib/components/ui/button/index';
|
||||||
import * as Card from '$lib/components/ui/card/index';
|
|
||||||
import { Input } from '$lib/components/ui/input/index';
|
import { Input } from '$lib/components/ui/input/index';
|
||||||
import { Label } from '$lib/components/ui/label/index';
|
import { Label } from '$lib/components/ui/label/index';
|
||||||
import { page } from '$app/state';
|
import { page } from '$app/state';
|
||||||
|
|||||||
Reference in New Issue
Block a user