Skip to content

Commit

Permalink
Update 09-error-handling.mdx (#74656)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeboensel authored Jan 10, 2025
1 parent 08c6275 commit ff2e354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/01-app/01-getting-started/09-error-handling.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Then, you can pass your action to the `useActionState` hook and use the returned
'use client'

import { useActionState } from 'react'
import { createUser } from '@/app/actions'
import { createPost } from '@/app/actions'

const initialState = {
message: '',
Expand Down

0 comments on commit ff2e354

Please sign in to comment.