@@ -0,0 +1,11 @@
import { useState } from "react";
export const HomePage = () => {
const [test, setTest] = useState();
return (
<div>
<h1>Home page</h1>
</div>
);
};
The note is not visible to the blocked user.