diff --git a/src/app/in-memory-data.service.ts b/src/app/in-memory-data.service.ts
index 38d6f3645051c0c81fdaf1144399e832a4f35bb6..6919f5f756582f7a925a7ced9a299e6b22b894f7 100644
--- a/src/app/in-memory-data.service.ts
+++ b/src/app/in-memory-data.service.ts
@@ -1,5 +1,5 @@
 import { InMemoryDbService } from 'angular-in-memory-web-api';
-import { ContentType } from './content';
+import { ContentType } from './content-type';
 
 export class InMemoryDataService implements InMemoryDbService {
   /**