File size: 173 Bytes
1e92f2d |
1 2 3 4 5 6 7 |
import React from 'react';
import PageLayout from '../components/PageLayout';
export default function Empty() {
return <PageLayout>this is purposly empty</PageLayout>;
}
|
1e92f2d |
1 2 3 4 5 6 7 |
import React from 'react';
import PageLayout from '../components/PageLayout';
export default function Empty() {
return <PageLayout>this is purposly empty</PageLayout>;
}
|