refactor command feature

This commit is contained in:
Chris Kruining 2025-01-07 10:24:09 +01:00
parent 824d98b9c8
commit 6e17401992
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
8 changed files with 216 additions and 378 deletions

View file

@ -1,5 +1,5 @@
import { Accessor, Component, createContext, createEffect, createMemo, createSignal, For, JSX, ParentComponent, splitProps, useContext } from "solid-js";
import { CommandType } from "./index";
import { CommandType } from "./command";
import css from "./contextMenu.module.css";
interface ContextMenuType {