mirror of
https://github.com/myfatemi04/wheelshare-frontend.git
synced 2025-04-18 18:10:16 -04:00
8 lines
118 B
TypeScript
8 lines
118 B
TypeScript
export default function Main() {
|
|
return (
|
|
<div className="d-flex flex-column">
|
|
<h1>About Us</h1>
|
|
</div>
|
|
);
|
|
}
|