diff options
| author | Henry Jameson <me@hjkos.com> | 2022-08-17 20:21:10 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-08-17 20:21:10 +0300 |
| commit | faefd05c03d20a892a47c27550fe6e23978993c7 (patch) | |
| tree | e14dd9f61571975eb56601810907c184404ca609 /src/components/lists/lists.js | |
| parent | b4f4b370d406faf69be5c414ce394b608d8792f5 (diff) | |
create new list UI
Diffstat (limited to 'src/components/lists/lists.js')
| -rw-r--r-- | src/components/lists/lists.js | 4 |
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 () { |
