chore: remove asset-mapper, install vite-bundle and ux-react

This commit is contained in:
thibaud-leclere
2026-03-28 13:11:09 +01:00
parent 8af386bd5c
commit bd3996f4a9
15 changed files with 240 additions and 244 deletions

View File

@@ -0,0 +1,5 @@
import React from 'react';
export default function (props) {
return <div>Hello {props.fullName}</div>;
}