mirror of
https://github.com/remvze/moodist.git
synced 2025-09-29 15:30:49 -04:00
refactor: rename hook file
This commit is contained in:
parent
24a53c81df
commit
2f84268017
@ -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…
x
Reference in New Issue
Block a user