mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
5 lines
203 B
TypeScript
5 lines
203 B
TypeScript
import { LocationUpdate } from '@grafana/runtime';
|
|
import { actionCreatorFactory } from 'app/core/redux';
|
|
|
|
export const updateLocation = actionCreatorFactory<LocationUpdate>('UPDATE_LOCATION').create();
|