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,7 +1,7 @@
|
||||
import { getClient } from '../api';
|
||||
|
||||
import type { AppDispatch, RootState } from '@/store';
|
||||
import type { CreatePushNotificationsSubscriptionParams } from 'pl-api';
|
||||
import type { AppDispatch, RootState } from 'pl-fe/store';
|
||||
|
||||
const createPushSubscription = (params: CreatePushNotificationsSubscriptionParams) =>
|
||||
(dispatch: AppDispatch, getState: () => RootState) =>
|
||||
|
||||
Reference in New Issue
Block a user