Update all imports to use @ relative
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React from 'react';
|
||||
import { OTPInput, OTPInputContext } from 'input-otp';
|
||||
import { cn } from '~/editor/lib/utils';
|
||||
import { cn } from '@/editor/lib/utils';
|
||||
|
||||
function InputOTP({
|
||||
className,
|
||||
|
||||
Reference in New Issue
Block a user