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

6 lines
274 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 InstanceType } from "./InstanceType";