pl-fe: Avoid barrel imports

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-10-19 14:34:03 +02:00
parent 398fcd043b
commit 525088ca2e
281 changed files with 625 additions and 296 deletions

View File

@ -3,7 +3,8 @@ import MultiselectReactDropdown from 'multiselect-react-dropdown';
import React, { useMemo, useState } from 'react';
import { defineMessages, useIntl } from 'react-intl';
import { Icon, Select } from '../../components/ui';
import Icon from 'pl-fe/components/ui/icon';
import Select from 'pl-fe/components/ui/select';
const messages = defineMessages({
selectPlaceholder: { id: 'select.placeholder', defaultMessage: 'Select' },