nextjs rebase
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
import React from 'react';
|
||||
import Head from 'next/head';
|
||||
import Layout from '@/app/layout';
|
||||
|
||||
const projects = () => {
|
||||
return (
|
||||
<div>
|
||||
<Head>
|
||||
<title>ITR - Projects</title>
|
||||
<meta name="description" content="The oficial website for Illinois Tech Robotics." />
|
||||
</Head>
|
||||
<Layout>
|
||||
<h1>Projects</h1>
|
||||
</Layout>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default projects;
|
||||
Reference in New Issue
Block a user