Skip to content

Commit

Permalink
fix: tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
cablehead committed Jun 14, 2024
1 parent f5d5c4c commit f25755a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/modals/mainMode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@ import { useSignal } from "@preact/signals";

import { Icon } from "../ui/icons";

import { HotKey, Modes } from "./types";
import { Modes } from "./types";

import { default as actionsMode } from "./actionsMode";

import { Stack } from "../types";

import { actions } from "../actions";

import {
borderRight,
enchantedForestGradient,
Expand Down

0 comments on commit f25755a

Please sign in to comment.