Update all imports to use @ relative
This commit is contained in:
@@ -6,7 +6,7 @@ import React, {
|
||||
useRef,
|
||||
useEffect,
|
||||
} from 'react';
|
||||
import { cn } from '~/editor/lib/utils';
|
||||
import { cn } from '@/editor/lib/utils';
|
||||
import { Button } from './button';
|
||||
|
||||
interface CarouselContextType {
|
||||
|
||||
Reference in New Issue
Block a user