import React from 'react'; import ReactDOM from 'react-dom/client'; import { hello } from '@ra-aid/common'; hello(); const App = () => (