import React from 'react' import { Header, InfoBox, Layout, PostList } from '../components' const ClientOnly = () => { return (
ℹ️ This data is loaded on client and not prefetched ) } export default ClientOnly