Skip to content

Commit

Permalink
refactor: move JobTag component to correct folder
Browse files Browse the repository at this point in the history
  • Loading branch information
lukicenturi committed Jul 31, 2023
1 parent 2dbcd2f commit 27923eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion pages/jobs/index.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script lang="ts" setup>
import { commonAttrs, getMetadata } from '~/utils/metadata';
import { useMarkdownContent } from '~/composables/markdown';
import JobTag from '~/pages/jobs/JobTag.vue';
import JobTag from '~/components/jobs/JobTag.vue';
const { t } = useI18n();
Expand Down

0 comments on commit 27923eb

Please sign in to comment.