Skip to content

Commit

Permalink
fix: import path
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Sep 7, 2024
1 parent 85b0145 commit 74b53b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/toast.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import { useToastContext } from './context';
import { ToastSwipeHandler } from './gestures';
import { type ToastProps } from './types';
import { useColors } from './use-colors';
import { toastDefaultValues } from 'src/constants';
import { cn } from 'src/tailwind-utils';
import { toastDefaultValues } from './constants';
import { cn } from './tailwind-utils';

export const Toast: React.FC<ToastProps> = ({
id,
Expand Down

0 comments on commit 74b53b8

Please sign in to comment.