Changed import path.
This commit is contained in:
@@ -9,10 +9,10 @@ import {
|
||||
Flexbox,
|
||||
useToasts,
|
||||
} from 'react-basics';
|
||||
import { getRandomChars } from 'lib/crypto';
|
||||
import { getRandomChars } from '@/lib/crypto';
|
||||
import { useContext, useRef, useState } from 'react';
|
||||
import { useApi, useMessages, useModified } from 'components/hooks';
|
||||
import { TeamContext } from 'app/(main)/teams/[teamId]/TeamProvider';
|
||||
import { useApi, useMessages, useModified } from '@/components/hooks';
|
||||
import { TeamContext } from '@/app/(main)/teams/[teamId]/TeamProvider';
|
||||
|
||||
const generateId = () => getRandomChars(16);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user