- lint fix

This commit is contained in:
AbhishekThorat 2024-03-02 03:50:49 +05:30 committed by Mattias Granlund
parent c25f1976f2
commit eeb1336445

View File

@ -5,11 +5,11 @@
import Spacer from './Spacer.svelte';
import TextBox from './TextBox.svelte';
import { invoke } from '$lib/backend/ipc';
import { open } from '@tauri-apps/api/shell';
import Button from '$lib/components/Button.svelte';
import Link from '$lib/components/Link.svelte';
import { copyToClipboard } from '$lib/utils/clipboard';
import { debounce } from '$lib/utils/debounce';
import { open } from '@tauri-apps/api/shell';
import { createEventDispatcher } from 'svelte';
import type { Key, Project } from '$lib/backend/projects';