mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 21:13:02 +00:00
Remove unused code
This commit is contained in:
parent
94c76c45e6
commit
504d88d56c
1 changed files with 0 additions and 4 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue