import React from "react"; const DebugCRUD = () => ( <div> <h1>Debug CRUD Page</h1> </div> ); export default DebugCRUD;