chore: remove asset-mapper, install vite-bundle and ux-react
This commit is contained in:
5
assets/react/controllers/Hello.jsx
Normal file
5
assets/react/controllers/Hello.jsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import React from 'react';
|
||||
|
||||
export default function (props) {
|
||||
return <div>Hello {props.fullName}</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user