Skip to content

Commit

Permalink
Move use-client directive to component
Browse files Browse the repository at this point in the history
  • Loading branch information
alimpens committed Dec 3, 2024
1 parent 0345c21 commit 86c9546
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions libs/ui/src/SubmitButton/SubmitButton.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client'

import type { ButtonProps } from '@amsterdam/design-system-react'
import { Button } from '@amsterdam/design-system-react'

Expand Down
2 changes: 0 additions & 2 deletions libs/ui/src/SubmitButton/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
'use client'

export { SubmitButton } from './SubmitButton'

0 comments on commit 86c9546

Please sign in to comment.