feat(routes/apps): temp demo for wysiwyg md editor
This commit is contained in:
parent
585fe5df2f
commit
35b9e347d5
|
|
@ -1,7 +1,11 @@
|
||||||
|
import MdxEditor from ':islands/MdxEditor.tsx'
|
||||||
|
|
||||||
export default function App() {
|
export default function App() {
|
||||||
//TODO implement route
|
//TODO implement route
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
<MdxEditor />
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Filters ... - os [] [] [] - cohabit []
|
Filters ... - os [] [] [] - cohabit []
|
||||||
</p>
|
</p>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue