From d0405bf8733119394c953f73155349f65e2e5a88 Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 27 Jan 2021 14:18:34 +0100 Subject: [PATCH] fix: remove unused modules which lead to invalid imports (#464) --- app/components/validated-input/types/-themes/bootstrap/text.js | 1 - app/components/validated-input/types/text.js | 1 - 2 files changed, 2 deletions(-) delete mode 100644 app/components/validated-input/types/-themes/bootstrap/text.js delete mode 100644 app/components/validated-input/types/text.js diff --git a/app/components/validated-input/types/-themes/bootstrap/text.js b/app/components/validated-input/types/-themes/bootstrap/text.js deleted file mode 100644 index f8be3f56..00000000 --- a/app/components/validated-input/types/-themes/bootstrap/text.js +++ /dev/null @@ -1 +0,0 @@ -export { default } from "ember-validated-form/components/validated-input/types/-themes/bootstrap/text"; diff --git a/app/components/validated-input/types/text.js b/app/components/validated-input/types/text.js deleted file mode 100644 index 1198aca6..00000000 --- a/app/components/validated-input/types/text.js +++ /dev/null @@ -1 +0,0 @@ -export { default } from "ember-validated-form/components/validated-input/types/text";