refactor: lint

This commit is contained in:
Mauricio Siu
2025-01-26 14:56:01 -06:00
parent b1beb7b71b
commit e7a6247297
2 changed files with 160 additions and 160 deletions

View File

@@ -4,9 +4,9 @@ import { useEffect, useRef } from "react";
import { FitAddon } from "xterm-addon-fit";
import "@xterm/xterm/css/xterm.css";
import { AttachAddon } from "@xterm/addon-attach";
import { ClipboardAddon } from "@xterm/addon-clipboard";
import { useTheme } from "next-themes";
import { getLocalServerData } from "./local-server-config";
import { ClipboardAddon } from "@xterm/addon-clipboard";
interface Props {
id: string;