aboutsummaryrefslogtreecommitdiff
path: root/test/playground.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'test/playground.mjs')
-rw-r--r--test/playground.mjs7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/playground.mjs b/test/playground.mjs
deleted file mode 100644
index 54d77a8..0000000
--- a/test/playground.mjs
+++ /dev/null
@@ -1,7 +0,0 @@
-import * as Lustre from 'lustre/ffi.mjs'
-import * as React from 'react'
-import Editor from '@monaco-editor/react'
-
-export const monaco = (attributes) => (dispatch) => {
- return React.createElement(Editor, Lustre.toProps(attributes, dispatch), null)
-}