Skip to content

Commit

Permalink
RSC: Add 'use client' to remaining client cells in kitchen-sink (#10665)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed May 22, 2024
1 parent ddfea30 commit 2eedf5d
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 {
EditEmptyUserById,
UpdateEmptyUserInput,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client'

import type {
FindEmptyUserById,
FindEmptyUserByIdVariables,
Expand Down

0 comments on commit 2eedf5d

Please sign in to comment.