@setoelkahfi / svara / commits / f0f44d1

chore: removed unused import

Signed-off-by: mellobacon <mellodev@outlook.com>

mellobacon committed May 14, 2024 at 08:36 UTC f0f44d1a3d6876c555799db79f0fbc094e46f163
1 file changed -1
src/lib/Terminal.svelte
-1
@@ -4,7 +4,6 @@
4 import {Terminal} from "xterm";
5 import {FitAddon} from "xterm-addon-fit";
6 import { get, writable } from "svelte/store";
7 - import { workingDir } from "./File";
7 import { spawn, type IPty } from "tauri-pty";
8
9 let terminalElement: HTMLElement;