Remove unused import

This commit is contained in:
Nate Butler 2022-04-29 01:23:52 -04:00
parent 70a7bd2747
commit 945d7c52a0

View file

@ -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";