Files
community-rule/app/components/RuleStack/index.tsx
T
2026-01-29 17:35:51 -07:00

3 lines
106 B
TypeScript

export { default } from "./RuleStack.container";
export type { RuleStackProps } from "./RuleStack.types";