Skip to content

Commit

Permalink
fix: remove extraneous div wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jun 23, 2022
1 parent c02a54f commit 9cdf360
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/runtime/app.vue
@@ -1,9 +1,7 @@
<template>
<div>
<ion-app>
<ion-router-outlet />
</ion-app>
</div>
<ion-app>
<ion-router-outlet />
</ion-app>
</template>

<script setup>
Expand Down

0 comments on commit 9cdf360

Please sign in to comment.