pl-fe: change import alias so it won't change on each project rename
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Entities } from 'pl-fe/entity-store/entities';
|
||||
import { useCreateEntity } from 'pl-fe/entity-store/hooks/use-create-entity';
|
||||
import { useClient } from 'pl-fe/hooks/use-client';
|
||||
import { Entities } from '@/entity-store/entities';
|
||||
import { useCreateEntity } from '@/entity-store/hooks/use-create-entity';
|
||||
import { useClient } from '@/hooks/use-client';
|
||||
|
||||
import type { Group, CreateGroupParams } from 'pl-api';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user