Skip to content

Commit

Permalink
Fix dashboards/legacy_app import
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Fitzgibbons <pjfitz@amazon.com>
  • Loading branch information
Peter Fitzgibbons committed Dec 2, 2022
1 parent 810730a commit 7aaa7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/dashboard/public/application/legacy_app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import { createHashHistory } from 'history';
import { from, Observable, concat } from 'rxjs';
import { filter, map, mergeMap, reduce } from 'rxjs/operators';

import { DashboardCreatorFn } from 'src/plugins/dashboard/public/types';
import { DashboardCreatorFn } from '../../common/types';
import dashboardTemplate from './dashboard_app.html';
import dashboardListingTemplate from './listing/dashboard_listing_ng_wrapper.html';

Expand Down

0 comments on commit 7aaa7bb

Please sign in to comment.