refactor: Update import references.
Signed-off-by: Marley Powell <Marley.Powell@exclaimer.com>
This commit is contained in:
@@ -14,10 +14,9 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { BaseFilter, FilterType } from './types';
|
||||
import { BaseFilter, FilterType, PullRequestFilter } from './types';
|
||||
|
||||
import { DashboardPullRequest } from '@backstage/plugin-azure-devops-common';
|
||||
import { PullRequestFilter } from '../types';
|
||||
|
||||
export type AllFilter = BaseFilter & {
|
||||
type: FilterType.All;
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@
|
||||
import { BaseFilter, FilterType, PullRequestFilter } from './types';
|
||||
|
||||
import { DashboardPullRequest } from '@backstage/plugin-azure-devops-common';
|
||||
import { stringArrayHas } from '../utils';
|
||||
import { stringArrayHas } from '../../../../utils';
|
||||
|
||||
export type AssignedToTeamFilter = BaseFilter & {
|
||||
type: FilterType.AssignedToTeam;
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@
|
||||
import { BaseFilter, FilterType, PullRequestFilter } from './types';
|
||||
|
||||
import { DashboardPullRequest } from '@backstage/plugin-azure-devops-common';
|
||||
import { stringArrayHas } from '../utils';
|
||||
import { stringArrayHas } from '../../../../utils';
|
||||
|
||||
export type AssignedToUserFilter = BaseFilter &
|
||||
(
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@
|
||||
import { BaseFilter, FilterType, PullRequestFilter } from './types';
|
||||
|
||||
import { DashboardPullRequest } from '@backstage/plugin-azure-devops-common';
|
||||
import { stringArrayHas } from '../utils';
|
||||
import { stringArrayHas } from '../../../../utils';
|
||||
|
||||
export type CreatedByTeamFilter = BaseFilter &
|
||||
({
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@
|
||||
import { BaseFilter, FilterType, PullRequestFilter } from './types';
|
||||
|
||||
import { DashboardPullRequest } from '@backstage/plugin-azure-devops-common';
|
||||
import { equalsIgnoreCase } from '../utils';
|
||||
import { equalsIgnoreCase } from '../../../../utils';
|
||||
|
||||
export type CreatedByUserFilter = BaseFilter &
|
||||
(
|
||||
|
||||
@@ -15,5 +15,5 @@
|
||||
*/
|
||||
|
||||
export { createFilter } from './createFilter';
|
||||
export { FilterTypes } from './types';
|
||||
export type { Filter, PullRequestFilter, FilterType } from './types';
|
||||
export { FilterTypes, FilterType } from './types';
|
||||
export type { Filter, PullRequestFilter } from './types';
|
||||
|
||||
Reference in New Issue
Block a user