mirror of
https://github.com/rjNemo/ticket_manager
synced 2026-06-08 01:36:39 +00:00
7 lines
204 B
JavaScript
7 lines
204 B
JavaScript
"use strict";
|
|
|
|
import warnAboutDeprecatedESMImport from "./warnAboutDeprecatedESMImport.js";
|
|
warnAboutDeprecatedESMImport("Link");
|
|
|
|
import { Link } from "../esm/react-router-dom.js";
|
|
export default Link;
|