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,8 +1,8 @@
|
||||
import trimStart from 'lodash/trimStart';
|
||||
import * as v from 'valibot';
|
||||
|
||||
import { settingsSchema } from 'pl-fe/schemas/pl-fe/settings';
|
||||
import { coerceObject, filteredArray } from 'pl-fe/schemas/utils';
|
||||
import { settingsSchema } from '@/schemas/pl-fe/settings';
|
||||
import { coerceObject, filteredArray } from '@/schemas/utils';
|
||||
|
||||
const promoPanelItemSchema = coerceObject({
|
||||
icon: v.fallback(v.string(), ''),
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
import { type Account as BaseAccount, type Status as BaseStatus, type MediaAttachment, mentionSchema } from 'pl-api';
|
||||
import * as v from 'valibot';
|
||||
|
||||
import { unescapeHTML } from 'pl-fe/utils/html';
|
||||
import { unescapeHTML } from '@/utils/html';
|
||||
|
||||
const domParser = new DOMParser();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user