Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikriemer committed Jan 28, 2025
1 parent b52bcc2 commit 830a133
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@
*/

import { HttpClient } from '@angular/common/http';
import {
Dashboard,
SharedDatalakeRestService,
} from '@streampipes/platform-services';
import { Injectable } from '@angular/core';
import { Observable } from 'rxjs';
import { map } from 'rxjs/operators';
import { SharedDatalakeRestService } from './shared-dashboard.service';
import { Dashboard } from '../model/dashboard/dashboard.model';

@Injectable({
providedIn: 'root',
Expand Down

0 comments on commit 830a133

Please sign in to comment.