Skip to content

Commit

Permalink
docs: remove accidental character before use client directive. (#51176)
Browse files Browse the repository at this point in the history
  • Loading branch information
AldeonMoriak committed Jun 12, 2023
1 parent b664cdb commit 0f5b191
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export async function myAction() {
```
```jsx filename="app/client-component.jsx" highlight={1}
|"use client"
"use client"

import { myAction } from './actions';

Expand Down

0 comments on commit 0f5b191

Please sign in to comment.