summaryrefslogtreecommitdiff
path: root/src/services/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/services/index.ts')
-rw-r--r--src/services/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/services/index.ts b/src/services/index.ts
index 120b98a..5ecbc15 100644
--- a/src/services/index.ts
+++ b/src/services/index.ts
@@ -2,7 +2,7 @@ import { Application } from '@feathersjs/express';
import Products from './products.service';
import Contractors from './contractors.service';
import Waybills from './waybills.service';
-import Tranfers from './tranfers.service';
+import Tranfers from './transfers.service';
import Spreadsheets from './spreadsheets.service';
export default (app: Application): void => {