rsnext/test/integration/jsconfig-paths/components/hello.js

6 lines
75 B
JavaScript
Raw Normal View History

2020-03-23 17:30:42 +01:00
import React from 'react'
export function Hello() {
return <>Hello</>
}