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 { selectAccount, selectOwnAccount } from 'pl-fe/selectors';
|
||||
import { selectAccount, selectOwnAccount } from '@/selectors';
|
||||
|
||||
import type { RootState } from 'pl-fe/store';
|
||||
import type { RootState } from '@/store';
|
||||
|
||||
const validId = (id: any) => typeof id === 'string' && id !== 'null' && id !== 'undefined';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user