tiptap/demos/src/GuideNodeViews/ReactComponent/React/index.html
2021-09-17 23:44:01 +02:00

16 lines
390 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</head>
<body>
<div id="app"></div>
<script type="module">
import setup from '../../../../setup/react.ts'
import source from '@source'
setup('GuideNodeViews/ReactComponent', source)
</script>
</body>
</html>