fix setting webpack public path ()

This commit is contained in:
Aakansha Doshi 2022-04-23 13:48:57 +05:30 committed by GitHub
parent 8f0863d335
commit 9902092fd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions
src/packages/excalidraw

@ -1,3 +1,5 @@
import "./publicPath";
import "../../../public/fonts.css";
export * from "./index";

@ -1,5 +1,4 @@
import React, { useEffect, forwardRef } from "react";
import "./publicPath";
import { InitializeApp } from "../../components/InitializeApp";
import App from "../../components/App";