Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/TaskCheckbox.vue')
-rw-r--r--src/components/TaskCheckbox.vue8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/TaskCheckbox.vue b/src/components/TaskCheckbox.vue
index d66e7b2d..7a14cbc8 100644
--- a/src/components/TaskCheckbox.vue
+++ b/src/components/TaskCheckbox.vue
@@ -41,10 +41,10 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
<script>
import { translate as t } from '@nextcloud/l10n'
-import CheckboxBlank from 'vue-material-design-icons/CheckboxBlank'
-import CheckboxBlankOffOutline from 'vue-material-design-icons/CheckboxBlankOffOutline'
-import CheckboxBlankOutline from 'vue-material-design-icons/CheckboxBlankOutline'
-import CheckboxOutline from 'vue-material-design-icons/CheckboxOutline'
+import CheckboxBlank from 'vue-material-design-icons/CheckboxBlank.vue'
+import CheckboxBlankOffOutline from 'vue-material-design-icons/CheckboxBlankOffOutline.vue'
+import CheckboxBlankOutline from 'vue-material-design-icons/CheckboxBlankOutline.vue'
+import CheckboxOutline from 'vue-material-design-icons/CheckboxOutline.vue'
export default {
components: {