mirror of
https://github.com/umami-software/umami.git
synced 2026-02-17 19:15:37 +01:00
Changed import path.
This commit is contained in:
parent
a62e84f516
commit
8525188e42
365 changed files with 1277 additions and 1267 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue