refactor: rename hook file

This commit is contained in:
MAZE 2024-04-23 23:22:39 +03:30
parent 24a53c81df
commit 2f84268017
3 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ import { fade } from '@/lib/motion';
import styles from './favorite.module.css';
import { useKeyboardButton } from '@/hooks/useKeyboardButton';
import { useKeyboardButton } from '@/hooks/use-keyboard-button';
interface FavoriteProps {
id: string;

View File

@ -12,7 +12,7 @@ import styles from './sound.module.css';
import type { Sound } from '@/data/types';
import { useKeyboardButton } from '@/hooks/useKeyboardButton';
import { useKeyboardButton } from '@/hooks/use-keyboard-button';
interface SoundProps extends Sound {
functional: boolean;