openpanel/packages/cli/templates/resource/components/index.ts.hbs
Stefan Pejcic 09f9f9502d packages
2024-11-07 19:03:37 +01:00

11 lines
205 B
Handlebars

export * from "./list";
{{#ifIn actions "create"}}
export * from "./create";
{{/ifIn}}
{{#ifIn actions "edit"}}
export * from "./edit";
{{/ifIn}}
{{#ifIn actions "show"}}
export * from "./show";
{{/ifIn}}