// @flow import { getDisplayName } from "@beinformed/ui/react"; import { serverNoSSR as beinformedServer } from "@beinformed/ui/react-server"; import { client as beinformedClient } from "@beinformed/ui/react-client"; import { connectBreadcrumb, connectBreadcrumb as connectBread, withLocation, withPathname, getApplication, getPreference, startProgress, finishProgress, setPreference, setModel, loadModularUI, updateModel, removeModel, showNotification, replace, withModularUI, modularui, withNavigation, connectListDetail, getModelsByType, } from "@beinformed/ui/redux"; import { Message, useMessage, withMessage } from "@beinformed/ui/i18n"; import { themeProp } from "@beinformed/ui/react-theme"; import { ErrorResponse, Href, PagingModel } from "@beinformed/ui/models"; import { KEYCODES, getSetting } from "@beinformed/ui"; import type { ThunkAction, ReduxState, Dispatch } from "@beinformed/ui/redux"; import type { Locales } from "@beinformed/ui/i18n"; import type { ErrorCollection, LinkModel, ListHref, Parameter, ApplicationModel, UserModel, } from "@beinformed/ui/models";