mirror of
https://github.com/getbible/app.git
synced 2024-12-22 07:48:55 +00:00
removed unused verses component
This commit is contained in:
parent
4d863496ef
commit
10048dda66
@ -54,11 +54,9 @@
|
|||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
import _ from 'lodash';
|
import _ from 'lodash';
|
||||||
import verses from './Verses.vue';
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components:{
|
components:{
|
||||||
verses
|
|
||||||
},
|
},
|
||||||
data: function(){
|
data: function(){
|
||||||
return {
|
return {
|
||||||
|
Loading…
Reference in New Issue
Block a user