mirror of
https://github.com/Xevion/xevion.dev.git
synced 2025-12-13 08:13:37 -06:00
Add WIP component for contact/projects pages
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
import {NextPage} from "next";
|
||||
import {type NextPage} from "next";
|
||||
import AppWrapper from "../components/AppWrapper";
|
||||
import WorkInProgress from "../components/WorkInProgress";
|
||||
|
||||
const ProjectsPage: NextPage = () => {
|
||||
return <AppWrapper />;
|
||||
return <AppWrapper>
|
||||
<WorkInProgress/>
|
||||
</AppWrapper>;
|
||||
}
|
||||
|
||||
export default ProjectsPage;
|
||||
Reference in New Issue
Block a user