From 8e4ce03629b62e8a1073d9e3c4831e3a25295d70 Mon Sep 17 00:00:00 2001 From: Sam Van Campenhout Date: Tue, 1 Apr 2025 09:32:38 +0200 Subject: [PATCH] Remove `export default` from the Template-only components example The bug that prevented this from working in apps has been fixed: https://github.com/embroider-build/content-tag/pull/97 --- docs/ember/template-imports.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ember/template-imports.md b/docs/ember/template-imports.md index c66da891..22decdbc 100644 --- a/docs/ember/template-imports.md +++ b/docs/ember/template-imports.md @@ -69,7 +69,7 @@ interface ShoutSignature { const louderPlease = (message: string) => message.toUpperCase(); -export default