index.community/frontend/src/components/atoms/index.ts
2019-08-04 15:41:44 +03:00

7 lines
348 B
TypeScript

export { default as Page } from "./Page";
export { default as FloatingCard } from "./FloatingCard";
export { default as GraphKey } from "./GraphKey";
export { default as GraphResetButton } from "./GraphResetButton";
export { default as GraphHideEdgesButton } from "./GraphHideEdgesButton";
export { default as InstanceType } from "./InstanceType";