mirror of
https://github.com/Rushilwiz/spaceout.git
synced 2025-04-21 20:09:50 -04:00
6 lines
200 B
JavaScript
6 lines
200 B
JavaScript
import warnAboutDeprecatedESMImport from "./warnAboutDeprecatedESMImport.js";
|
|
warnAboutDeprecatedESMImport("matchPath");
|
|
|
|
import { matchPath } from "../esm/react-router.js";
|
|
export default matchPath;
|