12345678910 |
- import { withInstall } from "../utils/index.mjs";
- import _Sidebar from "./Sidebar.mjs";
- const Sidebar = withInstall(_Sidebar);
- var stdin_default = Sidebar;
- import { sidebarProps } from "./Sidebar.mjs";
- export {
- Sidebar,
- stdin_default as default,
- sidebarProps
- };
|