format with prettier

This commit is contained in:
Andreas Zweili 2021-02-08 20:35:11 +01:00
parent 1767f83be8
commit 31dc57dfcf
2 changed files with 4 additions and 4 deletions

View File

@ -8,8 +8,8 @@ import TheForm from './components/TheForm.vue';
export default {
components: {
TheForm
}
}
}
};
</script>
<style>
@ -25,4 +25,4 @@ body {
margin: 0;
background-color: #292929;
}
</style>
</style>

View File

@ -114,4 +114,4 @@ button:active {
border-color: #002350;
background-color: #002350;
}
</style>
</style>