mirror of
https://github.com/PotentiaRobotics/website.git
synced 2025-05-16 00:19:49 -04:00
6 lines
96 B
JavaScript
6 lines
96 B
JavaScript
import React from "react";
|
|
|
|
export default function About(props) {
|
|
return <div>About</div>;
|
|
}
|