Removed constants

This commit is contained in:
Adina Țeudan 2021-12-07 15:52:45 +02:00
parent 8f440491e8
commit fb53b06cfc
2 changed files with 0 additions and 2 deletions

View File

@ -1 +0,0 @@
export const CHANGED_CHECK_INTERVAL = 3000;

View File

@ -3,4 +3,3 @@ export * from './toaster.service';
export * from './error-message.service';
export * from './generic.service';
export * from './composite-route.guard';
export * from './constants';