refactor(helpercommands): removed the remove as reusabele

This commit is contained in:
2025-12-02 15:22:02 -06:00
parent 320dd47aea
commit a3dba6cc9d

View File

@@ -10,10 +10,14 @@ export default function HelperPage() {
<Bookin /> <Bookin />
</div> </div>
<div className="m-1">
{url === "localhost" && (
<div className="m-1"> <div className="m-1">
<RemoveAsNonReusable /> <RemoveAsNonReusable />
<Relocate />
</div>
)}
</div> </div>
<div className="m-1">{url === "localhost" && <Relocate />}</div>
</div> </div>
); );
} }