- Removed world page for presentation

This commit is contained in:
Alexis
2020-06-16 15:34:11 +02:00
parent df9e857343
commit ce02db3cbb
3 changed files with 0 additions and 25 deletions

View File

@@ -1,17 +0,0 @@
<template>
<section class="world-page">
</section>
</template>
<script>
export default {
name: 'world',
}
</script>
<style lang="scss">
.world-page{
position: relative;
}
</style>