1
0
Fork 0

chore: Remove test code

This commit is contained in:
Joost De Cock 2024-09-28 15:03:42 +02:00
parent b92c13905e
commit f85bea933a
2 changed files with 0 additions and 5 deletions

View file

@ -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": {

View file

@ -1,4 +0,0 @@
import React from 'react'
export const Popout = (props) => <p>This should work</p>