We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6723c1 commit 9b3787fCopy full SHA for 9b3787f
src/pages/Contact.js
@@ -0,0 +1,9 @@
1
+const Contact = () => {
2
+ return (
3
+ <div>
4
+ <h1>This is the contact page</h1>
5
+ </div>
6
+ );
7
+};
8
+
9
+export default Contact;
src/pages/Projects.js
+const Projects = () => {
+ <h1>This is the projects page</h1>
+export default Projects;
0 commit comments