tiptap/demos/src/Examples/InteractivityComponentContent/React/index.html
2021-11-22 20:48:04 +01:00

16 lines
399 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('Examples/InteractivityComponentContent', source)
</script>
</body>
</html>