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,4 +1,4 @@
|
||||
import toast from 'pl-fe/toast';
|
||||
import toast from '@/toast';
|
||||
|
||||
import type { AnyAction, Middleware } from 'redux';
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
import { play, soundCache } from 'pl-fe/utils/sounds';
|
||||
import { play, soundCache } from '@/utils/sounds';
|
||||
|
||||
import type { Sounds } from 'pl-fe/utils/sounds';
|
||||
import type { Sounds } from '@/utils/sounds';
|
||||
import type { AnyAction, Middleware } from 'redux';
|
||||
|
||||
interface Action extends AnyAction {
|
||||
|
||||
Reference in New Issue
Block a user