fix setting webpack public path (#5081)

pull/5087/head
Aakansha Doshi 3 years ago committed by GitHub
parent 8f0863d335
commit 9902092fd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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";

Loading…
Cancel
Save