aboutsummaryrefslogtreecommitdiff
path: root/src/console/components/ErrorMessage.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/console/components/ErrorMessage.tsx')
-rw-r--r--src/console/components/ErrorMessage.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console/components/ErrorMessage.tsx b/src/console/components/ErrorMessage.tsx
index 93b049b..f8d5ae7 100644
--- a/src/console/components/ErrorMessage.tsx
+++ b/src/console/components/ErrorMessage.tsx
@@ -1,5 +1,5 @@
import React from "react";
-import { styled } from "./ColorSchemeProvider";
+import styled from "../colorscheme/styled";
const Wrapper = styled.p`
border-top: 1px solid gray;