import { CheckboxField, InputField } from '../components/Inputs' import { ProfileSection } from '../components/ProfileSection' import '../styles/innerPage.css' import '../styles/styles.css' import '../styles/write.css' export const WritePage = () => { return (

Write a blog post

{}} /> {}} /> {}} /> {}} /> {}} />
) }