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