mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 17:04:15 +00:00
refactor: rename hook file
This commit is contained in:
parent
24a53c81df
commit
2f84268017
3 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue