aboutsummaryrefslogtreecommitdiffstats
path: root/src/App.tsx
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/App.tsx
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/App.tsx')
-rw-r--r--src/App.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.tsx b/src/App.tsx
index ff4e553..a1c628e 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -1,7 +1,7 @@
/** @jsx jsx */
/** @global location */
import React, { Suspense } from "react";
-import { jsx, css, Global } from "@emotion/core";
+import { jsx, css, Global } from "@emotion/react";
import {
BrowserRouter as Router,