aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/HeaderBar
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-12-16 02:21:18 +0000
committerGravatar GitHub <[email protected]>2020-12-16 02:21:18 +0000
commitec617e4e19cc82dde84015037d60e25acce089f8 (patch)
tree7b45220ef399d9d8f82e945955756fb372af6583 /src/components/HeaderBar
parentMerge pull request #31 from python-discord/renovate/configure (diff)
parentreplace @emotion/core with @emotion/react (diff)
Merge pull request #32 from python-discord/renovate/all
Diffstat (limited to 'src/components/HeaderBar')
-rw-r--r--src/components/HeaderBar/index.tsx2
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";