chore: Remove test code
This commit is contained in:
parent
b92c13905e
commit
f85bea933a
2 changed files with 0 additions and 5 deletions
|
@ -29,7 +29,6 @@
|
||||||
"./editor": "./src/editor/index.mjs",
|
"./editor": "./src/editor/index.mjs",
|
||||||
"./icons": "./src/editor/swizzle/components/icons.mjs",
|
"./icons": "./src/editor/swizzle/components/icons.mjs",
|
||||||
"./popout": "./src/popout.mjs",
|
"./popout": "./src/popout.mjs",
|
||||||
"./test": "./src/test.mjs",
|
|
||||||
"./methods": "./src/editor/swizzle/methods/index.mjs"
|
"./methods": "./src/editor/swizzle/methods/index.mjs"
|
||||||
},
|
},
|
||||||
"imports": {
|
"imports": {
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
import React from 'react'
|
|
||||||
|
|
||||||
export const Popout = (props) => <p>This should work</p>
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue