diff --git a/styles/src/styleTree/editor.ts b/styles/src/styleTree/editor.ts index 2c67a6f23ca1bfc1e1f62815f415c1a0443bd244..5c7152072b1557919bfe13d7bdc1707e48937e34 100644 --- a/styles/src/styleTree/editor.ts +++ b/styles/src/styleTree/editor.ts @@ -1,16 +1,12 @@ -import { fontWeights } from "../common" import { withOpacity } from "../utils/color" import { ColorScheme, Layer, StyleSets, - Syntax, - ThemeSyntax, } from "../themes/common/colorScheme" import { background, border, borderColor, foreground, text } from "./components" import hoverPopover from "./hoverPopover" -import deepmerge from "deepmerge" import { buildSyntax } from "../themes/common/syntax" export default function editor(colorScheme: ColorScheme) {