1
0
Fork 0
This commit is contained in:
Moritz Ruth 2020-04-07 15:52:52 +02:00
parent 82447b6a92
commit e55d5feced
No known key found for this signature in database
GPG key ID: FE38A0B03AA331BA
28 changed files with 2006 additions and 1543 deletions

13
layouts/empty.vue Normal file
View file

@ -0,0 +1,13 @@
<template>
<nuxt/>
</template>
<style>
</style>
<script>
export default {
name: "EmptyLayout"
};
</script>