Brief-Generator/frontend/src/components/pages/About.jsx

9 lines
121 B
React
Raw Normal View History

2021-08-28 23:42:33 +02:00
import React from "react";
import "../../App.css";
function About() {
return <h1>About</h1>;
}
export default About;