Skip to content

Commit e40536c

Browse files
authored
Create About.jsx
1 parent f196797 commit e40536c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

frontend/src/pages/About.jsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)