mirror of
https://github.com/remvze/moodist.git
synced 2025-12-18 09:24:14 +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 styles from './favorite.module.css';
|
||||||
|
|
||||||
import { useKeyboardButton } from '@/hooks/useKeyboardButton';
|
import { useKeyboardButton } from '@/hooks/use-keyboard-button';
|
||||||
|
|
||||||
interface FavoriteProps {
|
interface FavoriteProps {
|
||||||
id: string;
|
id: string;
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ import styles from './sound.module.css';
|
||||||
|
|
||||||
import type { Sound } from '@/data/types';
|
import type { Sound } from '@/data/types';
|
||||||
|
|
||||||
import { useKeyboardButton } from '@/hooks/useKeyboardButton';
|
import { useKeyboardButton } from '@/hooks/use-keyboard-button';
|
||||||
|
|
||||||
interface SoundProps extends Sound {
|
interface SoundProps extends Sound {
|
||||||
functional: boolean;
|
functional: boolean;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue