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> <script>
import Search from "./Search.vue"; import Search from "./Search.vue";
import Settings from "./Settings.vue"; import Settings from "./Settings.vue";
import Picker from "./Picker.vue"; // import Picker from "./Picker.vue";
export default { export default {
components: { components: {
Search, Search,
Settings, Settings,
Picker, // Picker,
}, },
}; };
</script> </script>