Skip to content

Commit 7af1524

Browse files
committed
Projects page
1 parent b3610eb commit 7af1524

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/pages/Projects.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
import ProjectsGrid from '../components/ProjectsGrid';
2+
13
const Projects = () => {
24
return (
3-
<div>
4-
<h1>This is the projects page</h1>
5+
<div className="container mx-auto">
6+
<ProjectsGrid />
57
</div>
68
);
79
};

0 commit comments

Comments
 (0)