lion/packages/babel-plugin-extend-docs/demo/index.html
Joren Broekema 2cdb7cac50 feat(babel-plugin-extends-docs): extend docs by rewriting imports/code
Co-authored-by: Thomas Allmer <thomas.allmer@ing.com>
2020-04-29 10:05:06 +02:00

7 lines
129 B
HTML

<html>
<head></head>
<body>
<my-app></my-app>
</body>
<script type="module" src="./my-app.demo.js"></script>
</html>