From 83dbb652e36c795eb8f3b9cb06916a36a910393f Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Wed, 16 Dec 2020 02:16:04 +0000 Subject: replace @emotion/core with @emotion/react --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/App.tsx') 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, -- cgit v1.2.3