Skip to content

Commit

Permalink
fix: incorrect style import
Browse files Browse the repository at this point in the history
  • Loading branch information
colbr committed Sep 5, 2024
1 parent 27330b0 commit be7b249
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Action } from '@zero-tech/zui/components/Post';
import { MeowIcon } from './icon';
import { useMeowAction } from './useMeow';

import styles from './meow.module.scss';
import styles from './meow-action.module.scss';

export interface MeowActionProps {
meows?: number;
Expand Down

0 comments on commit be7b249

Please sign in to comment.