Skip to content

Commit

Permalink
fix(src): remove extension
Browse files Browse the repository at this point in the history
  • Loading branch information
ThornWalli committed Sep 26, 2024
1 parent 6904b10 commit a4cd229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ContentContainer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<script>
import { inject } from 'vue';
import useContentContainer from './useContentContainer.js';
import useContentContainer from './useContentContainer';
export default {
inheritAttrs: false,
Expand Down
2 changes: 1 addition & 1 deletion src/ContentHeadline.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</template>

<script>
import useContentHeadline from './useContentHeadline.js';
import useContentHeadline from './useContentHeadline';
export default {
inheritAttrs: false,
Expand Down

0 comments on commit a4cd229

Please sign in to comment.