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

5 lines
216 B
TypeScript
Raw Normal View History

export { default as Page } from "./Page";
export { default as FloatingCard } from "./FloatingCard";
2019-07-24 15:51:44 +00:00
export { default as GraphKey } from "./GraphKey";
export { default as GraphResetButton } from "./GraphResetButton";