DEV: Restructure file locations

- Colocate components / connectors
- Move admin UI files to `admin/assets` so they are only served to admins
This commit is contained in:
David Taylor
2023-11-07 18:37:39 +00:00
parent dbafb3b277
commit 3828578d5d
31 changed files with 5 additions and 5 deletions
@@ -0,0 +1,5 @@
{{ad-slot
placement="post-bottom"
category=@model.topic.category.slug
postNumber=@model.post_number
}}
@@ -1,5 +0,0 @@
{{ad-slot
placement="post-bottom"
category=model.topic.category.slug
postNumber=model.post_number
}}