Files
Open-Assistant/website/src/components/TaskSelection/index.ts
T

4 lines
137 B
TypeScript

export { TaskOption } from "./TaskOption";
export { TaskOptions } from "./TaskOptions";
export { TaskSelection } from "./TaskSelection";