index.mjs 384 B

123456789101112131415161718
  1. /**
  2. * react-router-dom v7.10.1
  3. *
  4. * Copyright (c) Remix Software Inc.
  5. *
  6. * This source code is licensed under the MIT license found in the
  7. * LICENSE.md file in the root directory of this source tree.
  8. *
  9. * @license MIT
  10. */
  11. // index.ts
  12. import { HydratedRouter, RouterProvider } from "react-router/dom";
  13. export * from "react-router";
  14. export {
  15. HydratedRouter,
  16. RouterProvider
  17. };