use default import for colors

This commit is contained in:
Aarni Halinen
2021-06-03 02:14:33 +03:00
parent 2740061c2e
commit d314552997
25 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import React from "react";
import styled from "styled-components";
import { colors } from "@theme/colors";
import colors from "@theme/colors";
interface DropDownBoxProps {
onMouseEnter: () => void;