aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/test/resources/com/vaadin/tests/design/designroot/MyCustomComponent.html
blob: 820169c87c04a12005e303d4d80e4a0f754afbcc (plain)
1
2
3
4
5
6
7
8
9
<html>
<head>
<meta name='package-mapping'
	content='x:com.vaadin.tests.server.component.customcomponent' />
</head>
<body>
	<x-my-prefilled-custom-component />
</body>
</html>