ReactDOM.render(JSX, document.getElementById("challenge-node"));
echo "# Emmazine" >>
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/Emmazine/Emmazine.git
git push -u origin main
import toast from 'toasted-notes'
import 'toasted-notes/src/styles.css';
toast.notify('Hello world!')