| 1 | /**
|
| 2 | * react-router v8.0.0
|
| 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 | import * as React$1 from "react";
|
| 12 | import * as ReactDOM from "react-dom";
|
| 13 | import { RouterProvider } from "react-router";
|
| 14 | //#region lib/dom-export/dom-router-provider.tsx
|
| 15 | function RouterProvider$1(props) {
|
| 16 | return /* @__PURE__ */ React$1.createElement(RouterProvider, {
|
| 17 | flushSync: ReactDOM.flushSync,
|
| 18 | ...props
|
| 19 | });
|
| 20 | }
|
| 21 | //#endregion
|
| 22 | export { RouterProvider$1 as RouterProvider };
|