Skip to content

Commit

Permalink
fixing alias issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshschuler committed May 25, 2023
1 parent c33a937 commit 1703881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/pages/SearchTrainersPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</div>
</template>
<script setup lang="ts">
import TrainersList from "@/components/TrainersList.vue";
import Hero from "../Hero.vue";
import Hero from "../components/Hero.vue";
import TrainersList from "../components/TrainersList.vue";
</script>
<style lang="scss" scoped></style>

0 comments on commit 1703881

Please sign in to comment.