diff --git a/src/components/PinInput/PinInput.tsx b/src/components/PinInput/PinInput.tsx index 8c8169e75b..3fe0fee872 100644 --- a/src/components/PinInput/PinInput.tsx +++ b/src/components/PinInput/PinInput.tsx @@ -1,3 +1,5 @@ +'use client'; + import React from 'react'; import {KeyCode} from '../../constants';