Closed PierreBresson closed 4 years ago
Before :
import { fontWeight, fontSize } from "../../../style/font"; import colors from "../../../style/colors";
Now : import { Font, Colors } from "../../../style";
import { Font, Colors } from "../../../style";
@PierreBresson Looks fine to me pending a rebase
Before :
Now :
import { Font, Colors } from "../../../style";