Skip to content

Commit

Permalink
fix(layout): correct import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
supersonictw committed Nov 11, 2024
1 parent a90cad7 commit 10479f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/DefaultLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
</template>

<script setup>
import AppHeader from "../../components/AppHeader.vue";
import AppFooter from "../../components/AppFooter.vue";
import AppHeader from "../components/AppHeader.vue";
import AppFooter from "../components/AppFooter.vue";
</script>

0 comments on commit 10479f2

Please sign in to comment.