mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
function
This commit is contained in:
parent
2712a06ab8
commit
428752542d
4 changed files with 10 additions and 10 deletions
|
@ -176,7 +176,7 @@ const initializeScene = async (opts: {
|
|||
return null;
|
||||
};
|
||||
|
||||
function ExcalidrawWrapper(props: { collab: CollabAPI }) {
|
||||
const ExcalidrawWrapper = (props: { collab: CollabAPI }) => {
|
||||
// dimensions
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
|
@ -319,7 +319,7 @@ function ExcalidrawWrapper(props: { collab: CollabAPI }) {
|
|||
)}
|
||||
</>
|
||||
);
|
||||
}
|
||||
};
|
||||
|
||||
export default function ExcalidrawApp() {
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue