Skip to content

Commit

Permalink
Update App.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanfox committed Jul 14, 2024
1 parent 6bf699b commit 3e99839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { RouterLink, RouterView } from "vue-router";
</script>

<template>
<div class="h-screen w-screen flex relative overflow-hidden">
<div class="flex relative overflow-hidden">
<div>
<RouterView />
</div>
Expand Down

0 comments on commit 3e99839

Please sign in to comment.