refactor environment.prod.ts to environment.production.ts

This commit is contained in:
William Welling
2021-12-17 08:14:15 -06:00
parent 21fcc9dde8
commit 4c46d9db2b
7 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
// This configuration is only used for unit tests, end-to-end tests use environment.prod.ts
// This configuration is only used for unit tests, end-to-end tests use environment.production.ts
import { BrowseByType } from '../app/browse-by/browse-by-switcher/browse-by-decorator';
import { RestRequestMethod } from '../app/core/data/rest-request-method';
import { NotificationAnimationsType } from '../app/shared/notifications/models/notification-animations-type';