We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3610eb commit 7af1524Copy full SHA for 7af1524
src/pages/Projects.js
@@ -1,7 +1,9 @@
1
+import ProjectsGrid from '../components/ProjectsGrid';
2
+
3
const Projects = () => {
4
return (
- <div>
- <h1>This is the projects page</h1>
5
+ <div className="container mx-auto">
6
+ <ProjectsGrid />
7
</div>
8
);
9
};
0 commit comments