From 95a81413f7b788adc1570854227f208ac152d3dc Mon Sep 17 00:00:00 2001
From: Eugen Ciur <eugen@papermerge.com>
Date: Sat, 22 Jan 2022 09:29:37 +0100
Subject: [PATCH] remove unused import

---
 ember-cli-build.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ember-cli-build.js b/ember-cli-build.js
index c4bca88..380097e 100644
--- a/ember-cli-build.js
+++ b/ember-cli-build.js
@@ -22,7 +22,6 @@ module.exports = function (defaults) {
   // modules that you would like to import into your application
   // please specify an object with the list of modules as keys
   // along with the exports of each module as its value.
-  app.import('worker.js');
 
   return app.toTree();
 };
-- 
GitLab