mirror of
https://github.com/Rushilwiz/reinvest.git
synced 2025-04-05 04:50:19 -04:00
9 lines
152 B
JavaScript
9 lines
152 B
JavaScript
import React from "react";
|
|
import "./assets/Services.css";
|
|
|
|
const Services = (props) => {
|
|
return <h1>services page</h1>;
|
|
};
|
|
|
|
export default Services;
|