pl-fe: why it was in 'compose' dir
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@ -3,7 +3,7 @@ import { defineMessages, FormattedMessage, useIntl } from 'react-intl';
|
||||
|
||||
import { Icon, Stack } from 'pl-fe/components/ui';
|
||||
import { useStatContext } from 'pl-fe/contexts/stat-context';
|
||||
import Search from 'pl-fe/features/compose/components/search';
|
||||
import Search from 'pl-fe/features/search/components/search';
|
||||
import ComposeButton from 'pl-fe/features/ui/components/compose-button';
|
||||
import ProfileDropdown from 'pl-fe/features/ui/components/profile-dropdown';
|
||||
import { useAppSelector, useFeatures, useOwnAccount, useSettings, useInstance } from 'pl-fe/hooks';
|
||||
|
||||
@ -2,8 +2,8 @@ import React from 'react';
|
||||
import { defineMessages, useIntl } from 'react-intl';
|
||||
|
||||
import { Column } from 'pl-fe/components/ui';
|
||||
import Search from 'pl-fe/features/compose/components/search';
|
||||
import SearchResults from 'pl-fe/features/compose/components/search-results';
|
||||
import Search from 'pl-fe/features/search/components/search';
|
||||
import SearchResults from 'pl-fe/features/search/components/search-results';
|
||||
|
||||
const messages = defineMessages({
|
||||
heading: { id: 'column.search', defaultMessage: 'Search' },
|
||||
|
||||
Reference in New Issue
Block a user