We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d15dd84 commit 251c574Copy full SHA for 251c574
test-packages/ts-template-imports-app/src/index.gts
@@ -1,2 +1,5 @@
1
-2=;
2
-export const Y = <template></template>;
+import Greeting from './Greeting';
+
3
+export default <template>
4
+ <Greeting @target="World" />
5
+</template>
0 commit comments