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

5 lines
216 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";