We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f196797 commit e40536cCopy full SHA for e40536c
frontend/src/pages/About.jsx
@@ -0,0 +1,7 @@
1
+import React from "react";
2
+
3
+function About() {
4
+ return <h1 className="text-2xl">About This App</h1>;
5
+}
6
7
+export default About;
0 commit comments