This commit is contained in:
2025-07-25 09:54:34 -04:00
parent 3ea7142b24
commit f9c8fb76d3

View File

@@ -20,8 +20,6 @@ const getRandomMsg = () => {
});
}
window.getRandomMsg = getRandomMsg; // for global usage
export default function RandomMsg() {
getRandomMsg();
return (