Commit 1fbdd024 by Torkel Ödegaard

wip: tests

parent fa321988
export { actionCreatorFactory, noPayloadActionCreatorFactory, ActionOf } from './actionCreatorFactory';
export { actionCreatorFactory, noPayloadActionCreatorFactory, ActionOf, ActionCreator } from './actionCreatorFactory';
export { reducerFactory } from './reducerFactory';
......@@ -25,7 +25,7 @@ import { notifyApp } from 'app/core/actions';
import { StoreState, DashboardLoadingState, DashboardRouteInfo } from 'app/types';
import { DashboardModel, PanelModel } from 'app/features/dashboard/state';
interface Props {
export interface Props {
urlUid?: string;
urlSlug?: string;
urlType?: string;
......@@ -46,7 +46,7 @@ interface Props {
updateLocation: typeof updateLocation;
}
interface State {
export interface State {
isSettingsOpening: boolean;
isEditing: boolean;
isFullscreen: boolean;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment