🧹 Removes unused svelte properties

This commit is contained in:
Rune Harlyk
2024-05-02 18:43:34 +02:00
committed by Rune Harlyk
parent f7a51d1077
commit b0590e52e8
10 changed files with 8 additions and 57 deletions
-4
View File
@@ -1,6 +1,4 @@
<script lang="ts">
import type { PageData } from './$types';
import { onMount } from 'svelte';
import { goto } from '$app/navigation';
import { openModal, closeModal } from 'svelte-modals';
import { slide } from 'svelte/transition';
@@ -23,8 +21,6 @@
import Cancel from '~icons/tabler/x';
import Check from '~icons/tabler/check';
export let data: PageData;
type userSetting = {
username: string;
password: string;