Skip to content

Commit

Permalink
Merge branch 'main' into feat/vite-5
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-perkins authored Nov 27, 2023
2 parents 38e2e15 + b058365 commit 324eedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angular-standalone/base/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { enableProdMode, importProvidersFrom } from '@angular/core';
import { enableProdMode } from '@angular/core';
import { bootstrapApplication } from '@angular/platform-browser';
import { RouteReuseStrategy, provideRouter } from '@angular/router';
import { IonicRouteStrategy, provideIonicAngular } from '@ionic/angular/standalone';
Expand Down

0 comments on commit 324eedb

Please sign in to comment.