mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-12-04 19:44:43 +01:00
fix setting webpack public path (#5081)
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
import "./publicPath";
|
||||||
|
|
||||||
import "../../../public/fonts.css";
|
import "../../../public/fonts.css";
|
||||||
|
|
||||||
export * from "./index";
|
export * from "./index";
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
import React, { useEffect, forwardRef } from "react";
|
import React, { useEffect, forwardRef } from "react";
|
||||||
import "./publicPath";
|
|
||||||
|
|
||||||
import { InitializeApp } from "../../components/InitializeApp";
|
import { InitializeApp } from "../../components/InitializeApp";
|
||||||
import App from "../../components/App";
|
import App from "../../components/App";
|
||||||
|
|||||||
Reference in New Issue
Block a user