Update all imports to use @ relative
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import React, { useState, useCallback, useContext, createContext } from 'react';
|
||||
import { createPortal } from 'react-dom';
|
||||
import { motion, AnimatePresence } from 'framer-motion';
|
||||
import { cn } from '~/editor/lib/utils';
|
||||
import { cn } from '@/editor/lib/utils';
|
||||
|
||||
interface SheetContextType {
|
||||
open: boolean;
|
||||
|
||||
Reference in New Issue
Block a user