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,9 +1,9 @@
|
||||
import { getAuthUserUrl, getMeUrl } from 'pl-fe/utils/auth';
|
||||
import { getAuthUserUrl, getMeUrl } from '@/utils/auth';
|
||||
|
||||
import { getClient, staticFetch } from '../api';
|
||||
|
||||
import type { AppDispatch, RootState } from '@/store';
|
||||
import type { Instance } from 'pl-api';
|
||||
import type { AppDispatch, RootState } from 'pl-fe/store';
|
||||
|
||||
const INSTANCE_FETCH_SUCCESS = 'INSTANCE_FETCH_SUCCESS' as const;
|
||||
const INSTANCE_FETCH_FAIL = 'INSTANCE_FETCH_FAIL' as const;
|
||||
|
||||
Reference in New Issue
Block a user