docs: remove app hydration

This commit is contained in:
Eric Liu 2020-10-14 14:42:45 -07:00
commit 5eab3474db
3 changed files with 13 additions and 17 deletions

View file

@ -7,7 +7,6 @@
<title>Carbon Components Svelte</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/index.js"></script>
</body>
</html>