From 9fd0632ba9e51e18c830123dea8c563e43abca19 Mon Sep 17 00:00:00 2001 From: Qs-F Date: Thu, 30 Jan 2025 19:18:20 +0900 Subject: [PATCH] fix: define as client component --- packages/smarthr-ui/src/components/InputFile/InputFile.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/smarthr-ui/src/components/InputFile/InputFile.tsx b/packages/smarthr-ui/src/components/InputFile/InputFile.tsx index 76c2608881..60b83ed8f9 100644 --- a/packages/smarthr-ui/src/components/InputFile/InputFile.tsx +++ b/packages/smarthr-ui/src/components/InputFile/InputFile.tsx @@ -1,3 +1,5 @@ +'use client' + import React, { ComponentPropsWithRef, ReactNode,