lint fixes

This commit is contained in:
Pavel Laptev 2024-05-05 22:18:59 +02:00
parent e38e68477b
commit 6d9848e3d7
No known key found for this signature in database

View File

@ -1,10 +1,8 @@
<script lang="ts">
import { HttpClient } from '$lib/backend/httpClient';
import { invoke, listen } from '$lib/backend/ipc';
import { getVersion } from '@tauri-apps/api/app';
import { onMount } from 'svelte';
import TextArea from './TextArea.svelte';
import TextBox from './TextBox.svelte';
import { HttpClient } from '$lib/backend/httpClient';
import { invoke, listen } from '$lib/backend/ipc';
import * as zip from '$lib/backend/zip';
import Button from '$lib/components/Button.svelte';
import Checkbox from '$lib/components/Checkbox.svelte';
@ -12,6 +10,8 @@
import { User } from '$lib/stores/user';
import { getContext, getContextStore } from '$lib/utils/context';
import * as toasts from '$lib/utils/toasts';
import { getVersion } from '@tauri-apps/api/app';
import { onMount } from 'svelte';
import { page } from '$app/stores';
type Feedback = {