From faefd05c03d20a892a47c27550fe6e23978993c7 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 17 Aug 2022 20:21:10 +0300 Subject: create new list UI --- src/components/lists/lists.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/components/lists/lists.js') 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 () { -- cgit v1.2.3-70-g09d2