Add path aliases

This commit is contained in:
Nate Butler
2023-06-20 16:05:23 -07:00
committed by Mikayla Maki
parent 5369f2c25a
commit 1f3feacb21
22 changed files with 46 additions and 20 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { ColorScheme } from "../theme/colorScheme"
import { background, border, borderColor, text } from "./components"
import { interactive } from "../element/interactive"
import { interactive } from "../element"
import { toggleable } from "./toggle"
export default function contextMenu(colorScheme: ColorScheme) {