Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
Add .ts to commonMessages import in default.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
Prospector committed Feb 1, 2024
1 parent dda469d commit 5ea71da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ import NavRow from '~/components/ui/NavRow.vue'
import ModalCreation from '~/components/ui/ModalCreation.vue'
import Avatar from '~/components/ui/Avatar.vue'
import { getProjectTypeMessage } from '~/utils/i18n-project-type.ts'
import { commonMessages } from '~/utils/common-messages'
import { commonMessages } from '~/utils/common-messages.ts'
const { formatMessage } = useVIntl()
Expand Down

0 comments on commit 5ea71da

Please sign in to comment.