Skip to content

Commit

Permalink
refactor: rename hook file
Browse files Browse the repository at this point in the history
  • Loading branch information
remvze committed Apr 23, 2024
1 parent 24a53c8 commit 2f84268
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/sound/favorite/favorite.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/components/sound/sound.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
File renamed without changes.

0 comments on commit 2f84268

Please sign in to comment.