Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
DemianParkhomenko committed Jan 24, 2024
1 parent d4dfe01 commit 015805d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/api/hooks.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client'

import { useToast } from '@/components/ui/use-toast'
import { useCallback, useEffect, useRef, useState } from 'react'

Expand Down
2 changes: 2 additions & 0 deletions src/utils/api/metacom.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client'

import { useToast } from '@/components/ui/use-toast'
import { URL_PRODUCT_API } from '@/constants'
import { Metacom } from 'metacom'
Expand Down

0 comments on commit 015805d

Please sign in to comment.