You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Drift/src/app/(posts)/new/page.tsx

9 lines
179 B
TypeScript

import NewPost from "src/app/(posts)/new/components/new"
import "./react-datepicker.css"
const New = () => <NewPost />
export default New
export const dynamic = "force-static"