import NewPost from "@components/new-post"
import '@styles/react-datepicker.css'
const New = () => <NewPost />
export default New