cezenGIT/MySQL_conf_pbx/test1/reactcezenpbx/src/components/operations/endPoint.jsx

4 lines
93 B
JavaScript

export default function EndPoints() {
return <div>Welcome to the End-Point page !</div>;
}