mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
AngularJS: Move angular stuff into app/angular (#41415)
* Moving more angular parts * Moving more angular stuff * Moving components * Move more things
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
import React, { FC } from 'react';
|
||||
import { connect } from 'react-redux';
|
||||
import UserInviteForm from './UserInviteForm';
|
||||
import { contextSrv, NavModel } from 'app/core/core';
|
||||
import { contextSrv } from 'app/core/core';
|
||||
import { getNavModel } from 'app/core/selectors/navModel';
|
||||
import { StoreState } from 'app/types/store';
|
||||
import Page from 'app/core/components/Page/Page';
|
||||
import { NavModel } from '@grafana/data';
|
||||
|
||||
interface Props {
|
||||
navModel: NavModel;
|
||||
|
||||
Reference in New Issue
Block a user