DEV: Drop legacy topic-list and raw-handlebars compilation system (#32081)

This commit is contained in:
David Taylor
2025-04-14 10:42:40 +01:00
committed by GitHub
parent 13cb472ec8
commit f0057c7353
127 changed files with 156 additions and 3420 deletions

View File

@ -31,9 +31,5 @@
</StyleguideExample>
<StyleguideExample @title="<TopicListItem> - latest" class="half-size">
{{#if this.site.useGlimmerTopicList}}
<TopicList::LatestTopicListItem @topic={{@dummy.topic}} />
{{else}}
<LatestTopicListItem @topic={{@dummy.topic}} />
{{/if}}
<TopicList::LatestTopicListItem @topic={{@dummy.topic}} />
</StyleguideExample>