We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d0a450 commit 6f0fc39Copy full SHA for 6f0fc39
packages/host/app/templates/application.gts
@@ -12,8 +12,8 @@ interface ApplicationRouteSignature {
12
class ApplicationRouteComponent extends Component<ApplicationRouteSignature> {
13
<template>
14
{{outlet}}
15
- <BasicDropdownWormhole />
16
<CardPrerender />
+ <BasicDropdownWormhole />
17
18
{{! this is a signal for the Realm DOM tests to know that app has loaded }}
19
{{! template-lint-disable no-inline-styles }}
0 commit comments