Skip to content

Commit

Permalink
chore: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
panaaj committed Jan 9, 2025
1 parent ebee620 commit 3281e95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import {
import { CdkDragDrop, moveItemInArray } from '@angular/cdk/drag-drop';
import { Position } from 'src/app/types';
import { AppInfo } from 'src/app/app.info';
import { SignalKDetailsComponent } from '../components/signalk-details.component';

import { SKWaypoint, SKRoute } from '../resource-classes';
import { GeoUtils } from 'src/app/lib/geoutils';
Expand All @@ -34,8 +33,7 @@ import { GeoUtils } from 'src/app/lib/geoutils';
MatIconModule,
MatCardModule,
MatButtonModule,
MatToolbarModule,
SignalKDetailsComponent
MatToolbarModule
],
template: `
<div class="_ap-dest" style="display:flex;flex-direction:column;">
Expand Down
4 changes: 1 addition & 3 deletions src/app/modules/weather/weather-data.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { MatTooltipModule } from '@angular/material/tooltip';
import { MatBottomSheetModule } from '@angular/material/bottom-sheet';
import { MatToolbarModule } from '@angular/material/toolbar';
import { MatStepperModule } from '@angular/material/stepper';
import { MatProgressBar } from '@angular/material/progress-bar';

export interface WeatherData {
description?: string;
Expand Down Expand Up @@ -46,8 +45,7 @@ export interface WeatherData {
MatFormFieldModule,
MatInputModule,
MatToolbarModule,
MatStepperModule,
MatProgressBar
MatStepperModule
],
template: `
<div class="weather-data">
Expand Down

0 comments on commit 3281e95

Please sign in to comment.