remove example component

Signed-off-by: Pascal Syma <pascal@syma.dev>
This commit is contained in:
2021-05-13 20:35:23 +02:00
parent d5146239c0
commit 6e013cd72c
2 changed files with 1 additions and 116 deletions
+1 -3
View File
@@ -19,15 +19,13 @@
</template>
<script>
import HelloWorld from './components/HelloWorld'
import Input from './components/Input'
import Frequency from './enums/Frequency'
export default {
name: 'App',
components: {
Input,
HelloWorld
Input
},
data () {
return {