Skip to content

Commit

Permalink
RSC: Add 'use client' to all client cells in kitchen-sink (redwoodjs#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed May 21, 2024
1 parent 236d1bc commit 263fc92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client'

import type { EditUserExampleById, UpdateUserExampleInput } from 'types/graphql'

import { navigate, routes } from '@redwoodjs/router'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client'

import type { FindUserExampleById } from 'types/graphql'

import type { CellSuccessProps, CellFailureProps } from '@redwoodjs/web'
Expand Down

0 comments on commit 263fc92

Please sign in to comment.