Skip to content

Commit 2297eda

Browse files
committed
[#118] fix: import 에러 수정
1 parent 4678d6d commit 2297eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/utils/blockContent.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** @jsx jsx */
22
/** @jsxRuntime classic */
3-
import { jsx } from '@emotion/react';
3+
import { jsx, css } from '@emotion/react';
44
import { ReactComponent as Toggle } from '@assets/toggle-default.svg';
55

66
export const regex: { [key: string]: RegExp } = {

0 commit comments

Comments
 (0)