4
2
mirror of https://github.com/getbible/app.git synced 2024-06-01 02:10:48 +00:00

commented out picker component

This commit is contained in:
Erastus Amunwe 2021-01-08 17:11:03 +02:00
parent 61a053df2f
commit 8cb87ee774

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>