=
function Goal(props) {
const isGoal = props.isGoal;
if (isGoal) {
return <MadeGoal/>;
}
return <MissedGoal/>;
}
const root = ReactDOM.createRoot(document.getElementById('root'));
root.render(<Goal isGoal={false} />);
=
Midjourney oter.ai aiva googlegemin dall-e copilot jasper copilot openaiplayground
No comments:
Post a Comment