mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: import React before using jsx (#3804)
This commit is contained in:
parent
77aae63006
commit
e3e967421e
2 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
import React from "react";
|
||||
import clsx from "clsx";
|
||||
import { checkIcon } from "./icons";
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
import React from "react";
|
||||
import clsx from "clsx";
|
||||
import { t } from "../i18n";
|
||||
import { AppState } from "../types";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue