mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
fix setting webpack public path (#5081)
This commit is contained in:
parent
8f0863d335
commit
9902092fd1
2 changed files with 2 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Reference in a new issue