import React from 'react'; import Layout from '@theme/Layout';
export default function demo() { return ( <div style={{ display: 'flex', justifyContent: 'center', alignItems: 'center', height: '50vh', fontSize: '20px', }}>
</p>
</div>
</Layout>
); }