mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 02:48:34 +00:00
Remove unused import
This commit is contained in:
parent
70a7bd2747
commit
945d7c52a0
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
import { color, colors, fontWeights, NumberToken } from "../tokens";
|
||||
import { colors, fontWeights, NumberToken } from "../tokens";
|
||||
import { withOpacity } from "../utils/color";
|
||||
import Theme, { buildPlayer, Syntax } from "./theme";
|
||||
|
||||
|
|
Loading…
Reference in a new issue