Skip to content

Commit

Permalink
Update environment import in app.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ianlabicani committed Mar 14, 2024
1 parent 0110161 commit 0c8ab02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
getFirestore,
provideFirestore,
} from '@angular/fire/firestore';
import { environment } from '../environments/environment.development';
import { environment } from '../environments/environment';

export const appConfig: ApplicationConfig = {
providers: [
Expand Down

0 comments on commit 0c8ab02

Please sign in to comment.