pl-fe: remove barrel export
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
8f8bd724cb
commit
66fbdf2ad9
3 changed files with 2 additions and 8 deletions
|
@ -1,6 +0,0 @@
|
||||||
export { register } from './registerer';
|
|
||||||
export {
|
|
||||||
SET_BROWSER_SUPPORT,
|
|
||||||
SET_SUBSCRIPTION,
|
|
||||||
CLEAR_SUBSCRIPTION,
|
|
||||||
} from './setter';
|
|
|
@ -9,7 +9,7 @@ import { fetchDraftStatuses } from 'pl-fe/actions/draft-statuses';
|
||||||
import { fetchFilters } from 'pl-fe/actions/filters';
|
import { fetchFilters } from 'pl-fe/actions/filters';
|
||||||
import { fetchMarker } from 'pl-fe/actions/markers';
|
import { fetchMarker } from 'pl-fe/actions/markers';
|
||||||
import { expandNotifications } from 'pl-fe/actions/notifications';
|
import { expandNotifications } from 'pl-fe/actions/notifications';
|
||||||
import { register as registerPushNotifications } from 'pl-fe/actions/push-notifications';
|
import { register as registerPushNotifications } from 'pl-fe/actions/push-notifications/registerer';
|
||||||
import { fetchScheduledStatuses } from 'pl-fe/actions/scheduled-statuses';
|
import { fetchScheduledStatuses } from 'pl-fe/actions/scheduled-statuses';
|
||||||
import { fetchHomeTimeline } from 'pl-fe/actions/timelines';
|
import { fetchHomeTimeline } from 'pl-fe/actions/timelines';
|
||||||
import { useUserStream } from 'pl-fe/api/hooks/streaming/use-user-stream';
|
import { useUserStream } from 'pl-fe/api/hooks/streaming/use-user-stream';
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import { create } from 'mutative';
|
import { create } from 'mutative';
|
||||||
|
|
||||||
import { SET_BROWSER_SUPPORT, SET_SUBSCRIPTION, CLEAR_SUBSCRIPTION } from '../actions/push-notifications';
|
import { SET_BROWSER_SUPPORT, SET_SUBSCRIPTION, CLEAR_SUBSCRIPTION } from '../actions/push-notifications/setter';
|
||||||
|
|
||||||
import type { SetterAction } from 'pl-fe/actions/push-notifications/setter';
|
import type { SetterAction } from 'pl-fe/actions/push-notifications/setter';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue