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:
nicole mikołajczyk
2026-02-07 22:41:47 +01:00
parent 6584031e0b
commit a80bb6d938
742 changed files with 4352 additions and 4352 deletions

View File

@@ -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) =>