Files
David Taylor 3ca4398bad DEV: Restructure file locations
- Colocate components / connectors
- Move admin UI files to `admin/assets` so they are only served to admins
2023-11-07 18:14:24 +00:00

12 lines
273 B
Handlebars

{{#each adComponents as |adComponent|}}
{{component
adComponent
placement=placement
refreshOnChange=refreshOnChange
category=category
listLoading=listLoading
postNumber=postNumber
indexNumber=indexNumber
tagName=childTagName
}}
{{/each}}