mirror of
https://github.com/getbible/app.git
synced 2024-12-21 23:48:53 +00:00
commented out picker component
This commit is contained in:
parent
61a053df2f
commit
8cb87ee774
@ -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>
|
Loading…
Reference in New Issue
Block a user