aboutsummaryrefslogtreecommitdiff
path: root/src/components/lists/lists.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/lists/lists.js')
-rw-r--r--src/components/lists/lists.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/components/lists/lists.js b/src/components/lists/lists.js
index 9aed37f7..56d68430 100644
--- a/src/components/lists/lists.js
+++ b/src/components/lists/lists.js
@@ -1,5 +1,4 @@
import ListsCard from '../lists_card/lists_card.vue'
-import ListsNew from '../lists_new/lists_new.vue'
const Lists = {
data () {
@@ -8,8 +7,7 @@ const Lists = {
}
},
components: {
- ListsCard,
- ListsNew
+ ListsCard
},
computed: {
lists () {