mirror of
https://github.com/rjNemo/ticket_manager
synced 2026-06-07 09:16:40 +00:00
7 lines
218 B
JavaScript
7 lines
218 B
JavaScript
"use strict";
|
|
|
|
import warnAboutDeprecatedESMImport from "./warnAboutDeprecatedESMImport.js";
|
|
warnAboutDeprecatedESMImport("withRouter");
|
|
|
|
import { withRouter } from "../esm/react-router.js";
|
|
export default withRouter;
|