diff options
author | 2020-12-16 02:21:18 +0000 | |
---|---|---|
committer | 2020-12-16 02:21:18 +0000 | |
commit | ec617e4e19cc82dde84015037d60e25acce089f8 (patch) | |
tree | 7b45220ef399d9d8f82e945955756fb372af6583 /src/pages/FormPage.tsx | |
parent | Merge pull request #31 from python-discord/renovate/configure (diff) | |
parent | replace @emotion/core with @emotion/react (diff) |
Merge pull request #32 from python-discord/renovate/all
Diffstat (limited to 'src/pages/FormPage.tsx')
-rw-r--r-- | src/pages/FormPage.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/FormPage.tsx b/src/pages/FormPage.tsx index ad746c7..97ff24d 100644 --- a/src/pages/FormPage.tsx +++ b/src/pages/FormPage.tsx @@ -1,5 +1,5 @@ /** @jsx jsx */ -import { jsx } from "@emotion/core"; +import { jsx } from "@emotion/react"; import { Link } from "react-router-dom"; import { useParams } from "react-router"; |