Skip to content

Commit

Permalink
fix: imports
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-defi committed Dec 17, 2024
1 parent bc13871 commit dcfaf23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/internal/components/Draggable.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { zIndex } from '@/styles/constants';
import { cn } from '@/styles/theme';
import { useCallback, useEffect, useState } from 'react';
import { zIndex } from '../../styles/constants';
import { cn } from '../../styles/theme';

type DraggableProps = {
children: React.ReactNode;
Expand Down

0 comments on commit dcfaf23

Please sign in to comment.