Skip to content

Commit

Permalink
Add use client
Browse files Browse the repository at this point in the history
  • Loading branch information
DemianParkhomenko committed Jan 19, 2024
1 parent 25e000f commit e43a09b
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 { useCallback, useEffect, useRef, useState } from 'react'

import { notify } from '..'
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 { URL_PRODUCT_API } from '@/constants'
import { Metacom } from 'metacom'
import {
Expand Down

0 comments on commit e43a09b

Please sign in to comment.