9 lines
196 B
React
Executable File
9 lines
196 B
React
Executable File
import { createBrowserHistory } from "history";
|
|
|
|
var localExport;
|
|
if (typeof window !== "undefined") {
|
|
localExport = createBrowserHistory({ forceRefresh: true });
|
|
}
|
|
|
|
export default localExport;
|