| import React from 'react'; | |
| import PageLayout from '../components/PageLayout'; | |
| export default function Empty() { | |
| return <PageLayout>this is purposly empty</PageLayout>; | |
| } | |
| import React from 'react'; | |
| import PageLayout from '../components/PageLayout'; | |
| export default function Empty() { | |
| return <PageLayout>this is purposly empty</PageLayout>; | |
| } | |