mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
11 lines
205 B
Handlebars
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}}
|