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