aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/CallbackPage.tsx
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-12-16 02:16:04 +0000
committerGravatar Joe Banks <[email protected]>2020-12-16 02:16:04 +0000
commit83dbb652e36c795eb8f3b9cb06916a36a910393f (patch)
tree7b45220ef399d9d8f82e945955756fb372af6583 /src/pages/CallbackPage.tsx
parentUpdate all (diff)
replace @emotion/core with @emotion/react
Diffstat (limited to 'src/pages/CallbackPage.tsx')
-rw-r--r--src/pages/CallbackPage.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/CallbackPage.tsx b/src/pages/CallbackPage.tsx
index d085d28..691a3e4 100644
--- a/src/pages/CallbackPage.tsx
+++ b/src/pages/CallbackPage.tsx
@@ -1,5 +1,5 @@
/** @jsx jsx */
-import { jsx } from "@emotion/core";
+import { jsx } from "@emotion/react";
import { useState } from "react";
export default function CallbackPage() {