Init NextJS #4
1 changed files with 0 additions and 6 deletions
refactor(timeline): remove obsolete server action createPost (route.ts)
commit
9a7c07b3a8
|
|
@ -1,6 +0,0 @@
|
|||
'use server'
|
||||
import { redirect } from 'next/navigation'
|
||||
|
||||
export async function createPost(id: string) {
|
||||
redirect(`/#timeline`)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue