Skip to content

Commit

Permalink
removed time zone module from app
Browse files Browse the repository at this point in the history
  • Loading branch information
timothydodd committed Oct 1, 2023
1 parent 3992165 commit ab88dc8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import { FYamlComponent } from './formatters/f-yaml/f-yaml.component';
import { FormatViewComponent } from './formatters/format-view/format-view.component';
import { MonacoEditorConfig } from './monaco/monaco-global-config';
import { SideBarComponent } from './nav/side-bar/side-bar.component';
import { TimeZonesComponent } from './time/time-zones/time-zones.component';

@NgModule({
declarations: [
Expand All @@ -33,8 +32,7 @@ import { TimeZonesComponent } from './time/time-zones/time-zones.component';
AppRoutingModule,
FormsModule,
MonacoEditorModule.forRoot(new MonacoEditorConfig()),
BrowserAnimationsModule,
TimeZonesComponent
BrowserAnimationsModule
],
bootstrap: [AppComponent]
})
Expand Down

0 comments on commit ab88dc8

Please sign in to comment.