Skip to content

Commit

Permalink
fixed the error
Browse files Browse the repository at this point in the history
  • Loading branch information
fhareed1 committed Mar 28, 2023
1 parent f5d1594 commit 7b41cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/TProfile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,8 @@
</template>

<script>
import TOrderButton from './TOrderButton.vue'
import { computed, onMounted, ref } from 'vue-demi'
import TOrderButton from './TOrderButton.vue'
import { useApp } from '~/use/app'
import { useAuth } from '~/use/auth'
import { useProfiles } from '~/use/profiles'
Expand Down

0 comments on commit 7b41cca

Please sign in to comment.