Skip to content

Commit

Permalink
increased indent
Browse files Browse the repository at this point in the history
  • Loading branch information
ruthrootz committed Jun 30, 2021
1 parent 33b229b commit bd56207
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/views/Timer.vue
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<template>
<div class="timer">
<TimerComponent/>
</div>
<div class="timer">
<TimerComponent/>
</div>
</template>

<script>
// @ is an alias to /src
import TimerComponent from '@/components/TimerComponent.ts';
export default {
name: 'timer-component',
components: {
TimerComponent,
},
name: 'timer-component',
components: {
TimerComponent,
},
};
</script>

0 comments on commit bd56207

Please sign in to comment.