Remove redundant main tags.

This commit is contained in:
baldo 2022-05-30 13:56:24 +02:00
parent cbd5624fb2
commit cb4bb9e817
2 changed files with 159 additions and 163 deletions

View file

@ -12,7 +12,6 @@ refresh();
</script>
<template>
<main>
<div v-if="statistics.getStatistics">
<h2>Knotenstatistik</h2>
@ -58,7 +57,6 @@ refresh();
/>
</div>
</div>
</main>
</template>
<style lang="scss" scoped>

View file

@ -41,7 +41,6 @@ refresh();
</script>
<template>
<main>
<h2>Knoten</h2>
<div>
@ -160,7 +159,6 @@ refresh();
</tr>
</tbody>
</table>
</main>
</template>
<style lang="scss" scoped>