1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-30 02:19:52 +02:00

update emotion dependency for site (#4783)

This commit is contained in:
Dylan Schiemann
2022-01-11 15:36:04 +00:00
committed by GitHub
parent 345b8fc9e8
commit ce1e096df7
14 changed files with 131 additions and 103 deletions

View File

@@ -1,5 +1,5 @@
import React, { useState, PropsWithChildren, Ref } from 'react'
import { cx, css } from 'emotion'
import { cx, css } from '@emotion/css'
import Head from 'next/head'
import Link from 'next/link'
import dynamic from 'next/dynamic'