diff options
author | 2020-12-16 02:16:04 +0000 | |
---|---|---|
committer | 2020-12-16 02:16:04 +0000 | |
commit | 83dbb652e36c795eb8f3b9cb06916a36a910393f (patch) | |
tree | 7b45220ef399d9d8f82e945955756fb372af6583 /src/globalStyles.ts | |
parent | Update all (diff) |
replace @emotion/core with @emotion/react
Diffstat (limited to 'src/globalStyles.ts')
-rw-r--r-- | src/globalStyles.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/globalStyles.ts b/src/globalStyles.ts index 431ee36..584f228 100644 --- a/src/globalStyles.ts +++ b/src/globalStyles.ts @@ -1,4 +1,4 @@ -import { css } from "@emotion/core"; +import { css } from "@emotion/react"; import colors from "./colors"; |