Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 422 Bytes

Demo.md

File metadata and controls

21 lines (19 loc) · 422 Bytes

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>

); }