Split app into components

Moved each component and its styles into their own files
This commit is contained in:
Minzkraut
2022-03-17 01:44:56 +01:00
parent 3f63056d88
commit 892469bedb
7 changed files with 154 additions and 127 deletions

View File

@@ -59,7 +59,8 @@ export default {
}),
};
</script>
<style>
<style lang="scss">
@import './styles/generic.scss';
a, footer.footer a {
margin: 0 5px;