mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Refactor: convert initializeApp to func component and use JSX transform in the codebase (#4056)
This commit is contained in:
parent
463857ad9a
commit
ff29780760
45 changed files with 20 additions and 70 deletions
|
@ -1,4 +1,4 @@
|
|||
import React, { useEffect, useState } from "react";
|
||||
import { useEffect, useState } from "react";
|
||||
import { debounce, getVersion, nFormatter } from "../utils";
|
||||
import {
|
||||
getElementsStorageSize,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue