chore: update environment imports for consistency
This commit is contained in:
parent
1d522201f2
commit
db6ec47ce7
4 changed files with 6 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
import { Component } from '@angular/core';
|
||||
import { FormControl, FormGroup, ReactiveFormsModule } from '@angular/forms';
|
||||
import PocketBase from 'pocketbase';
|
||||
import { environment } from '../../environments/environment.development';
|
||||
import { environment } from '../../environments/environment';
|
||||
import { Router } from '@angular/router';
|
||||
|
||||
@Component({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue