refactor command feature
This commit is contained in:
parent
824d98b9c8
commit
6e17401992
8 changed files with 216 additions and 378 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue