customer-dashboard/src/Pages/Services/index.js

8 lines
94 B
JavaScript

export default function Services() {
return (
<>
<h1>Services</h1>
</>
);
}