Skip to content

Commit

Permalink
fix: docker build error
Browse files Browse the repository at this point in the history
  • Loading branch information
HyTekCoop committed Oct 25, 2023
1 parent 70a5d64 commit bb13430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/application/services/useLayout.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { shallowRef, type ShallowRef, type Component, onBeforeMount, watch } from 'vue';
import { shallowRef, type ShallowRef, type Component, watch } from 'vue';
import { useRoute } from 'vue-router';
import Default from '@/presentation/layouts/Default.vue';
import Fullpage from '@/presentation/layouts/Fullpage.vue';
Expand Down

0 comments on commit bb13430

Please sign in to comment.