Skip to content

Commit

Permalink
chore(admin-ui): Fix circular import
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Oct 18, 2023
1 parent b99d238 commit d3d4bb2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ import {
switchMap,
} from 'rxjs';
import { filter, first, map, mapTo, startWith, take } from 'rxjs/operators';
import { DataService, Permission } from '../../public_api';
import { Permission } from '../../common/generated-types';
import { DataService } from '../../data/providers/data.service';

export interface AlertConfig<T = any> {
id: string;
Expand Down

0 comments on commit d3d4bb2

Please sign in to comment.