OpenPanel/packages/cli/templates/resource/index.ts.hbs
Stefan Pejcic 8595a9f4e5 back
2024-05-08 19:58:53 +02: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}}