Update renamed/moved imports

This commit is contained in:
Nate Butler
2022-03-31 23:43:01 -04:00
parent 1d42cbcf42
commit cea3ac6217
7 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import chroma from "chroma-js";
import Theme, { BackgroundColor, Weight } from "../themes/theme";
import core from "../tokens/core";
import { Color } from "../utils/color";
import Theme, { BackgroundColor, Weight } from "../themes/theme";
export type TextColor = keyof Theme["textColor"];