4
2
Fork 0

commented out picker component

This commit is contained in:
Erastus Amunwe 2021-01-08 17:11:03 +02:00
parent 61a053df2f
commit 8cb87ee774
1 changed files with 2 additions and 2 deletions

View File

@ -84,12 +84,12 @@
<script>
import Search from "./Search.vue";
import Settings from "./Settings.vue";
import Picker from "./Picker.vue";
// import Picker from "./Picker.vue";
export default {
components: {
Search,
Settings,
Picker,
// Picker,
},
};
</script>