rsnext/test/integration/next-dynamic/components/three.js

4 lines
38 B
JavaScript
Raw Normal View History

2019-06-18 22:52:02 +02:00
export default () => {
return '3'
}