Skip to content

Commit

Permalink
fix(PinInput): add use client (#1646)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeraS authored Jun 14, 2024
1 parent 6951280 commit d0bdede
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/PinInput/PinInput.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client';

import React from 'react';

import {KeyCode} from '../../constants';
Expand Down

0 comments on commit d0bdede

Please sign in to comment.