memos/web/src/components/ExploreSidebar/index.ts

5 lines
156 B
TypeScript

import ExploreSidebar from "./ExploreSidebar";
import ExploreSidebarDrawer from "./ExploreSidebarDrawer";
export { ExploreSidebar, ExploreSidebarDrawer };