Skip to content

Commit 251c574

Browse files
committed
Revert changes to test-package file
1 parent d15dd84 commit 251c574

File tree

1 file changed

+5
-2
lines changed
  • test-packages/ts-template-imports-app/src

1 file changed

+5
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
2=;
2-
export const Y = <template></template>;
1+
import Greeting from './Greeting';
2+
3+
export default <template>
4+
<Greeting @target="World" />
5+
</template>

0 commit comments

Comments
 (0)