mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
Refactor: move some files to @grafana/data (#17952)
* moving to data WIP * more refactoring * add missing test * mock full path * remove sinon from grafana-ui
This commit is contained in:
committed by
Torkel Ödegaard
parent
baed5d7bd9
commit
3f15170914
+1
-1
@@ -34,7 +34,7 @@ import { setupAngularRoutes } from 'app/routes/routes';
|
||||
|
||||
import 'app/routes/GrafanaCtrl';
|
||||
import 'app/features/all';
|
||||
import { setLocale } from '@grafana/ui/src/utils/moment_wrapper';
|
||||
import { setLocale } from '@grafana/data';
|
||||
import { setMarkdownOptions } from '@grafana/data';
|
||||
|
||||
// import symlinked extensions
|
||||
|
||||
Reference in New Issue
Block a user