index.community/frontend/src/components/organisms/index.ts

5 lines
194 B
TypeScript

export { default as Graph } from "./Graph";
export { default as Sidebar } from "./Sidebar";
export { default as Nav } from "./Nav";
export { default as InstanceSearch } from "./InstanceSearch";