Skip to content

Commit

Permalink
mark clipboard button as client comp
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund committed Jan 16, 2025
1 parent 0e2373d commit 7ddd23b
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 CopyToClipboardButton from '@/components/CopyToClipboardButton/CopyToClipboardButton'
import { toast } from '@/components/Toast/use-toast'
import Link from 'next/link'
Expand Down
2 changes: 2 additions & 0 deletions clients/apps/web/src/components/Meter/MeterDetails.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client'

import { Meter } from '@/app/api/meters/data'
import { FormattedDateTime } from 'polarkit/components/ui/atoms'
import { twMerge } from 'tailwind-merge'
Expand Down

0 comments on commit 7ddd23b

Please sign in to comment.