diff options
Diffstat (limited to 'src/components/HeaderBar/index.tsx')
-rw-r--r-- | src/components/HeaderBar/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/HeaderBar/index.tsx b/src/components/HeaderBar/index.tsx index 8928a08..b789ddb 100644 --- a/src/components/HeaderBar/index.tsx +++ b/src/components/HeaderBar/index.tsx @@ -1,5 +1,5 @@ /** @jsx jsx */ -import { css, jsx } from "@emotion/core"; +import { css, jsx } from "@emotion/react"; import Header1 from "./header_1.svg"; import Header2 from "./header_2.svg"; |