Add path aliases

This commit is contained in:
Nate Butler 2023-06-16 00:37:08 -04:00 committed by Mikayla Maki
parent 5369f2c25a
commit 1f3feacb21
No known key found for this signature in database
22 changed files with 46 additions and 20 deletions

View file

@ -1,7 +1,7 @@
import { ColorScheme } from "../theme/colorScheme"
import { text, border, background, foreground } from "./components"
import editor from "./editor"
import { interactive } from "../element/interactive"
import { interactive } from "../element"
export default function assistant(colorScheme: ColorScheme) {
const layer = colorScheme.highest