Skip to content

Commit

Permalink
Set 'use client' to SmoothSize.js
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyandreevsky committed Dec 12, 2024
1 parent f60fe2f commit 1747558
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/frontend/src/components/ui/containers/SmoothSize.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client'

import { useState, useEffect, useRef } from 'react'

const SmoothSize = ({ className, children, duration = 0.3, smoothHeight = true, smoothWidth = false, easing = 'ease' }) => {
Expand Down

0 comments on commit 1747558

Please sign in to comment.