mirror of
https://github.com/its-michaelroy/Deep-Impact.git
synced 2026-06-04 10:20:41 +00:00
add: boilerplate w/ navbar, tailwindcss
This commit is contained in:
13
frontend/src/pages/about.jsx
Normal file
13
frontend/src/pages/about.jsx
Normal file
@@ -0,0 +1,13 @@
|
||||
function About() {
|
||||
|
||||
return (
|
||||
<>
|
||||
<div>
|
||||
<p>About</p>
|
||||
</div>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default About
|
||||
|
||||
Reference in New Issue
Block a user