Skip to content

Commit

Permalink
chore: Use extensionless specifiers when importing JS files
Browse files Browse the repository at this point in the history
  • Loading branch information
PolariTOON committed Feb 14, 2023
1 parent 9eb313a commit bdc551c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion react/AppLinker/native.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
ensureFirstSlash
} from 'cozy-client'

import { UNIVERSAL_LINK_URL } from './native.config.js'
import { UNIVERSAL_LINK_URL } from './native.config'

export const getUniversalLinkDomain = () => {
return UNIVERSAL_LINK_URL
Expand Down
2 changes: 1 addition & 1 deletion react/ContactsListModal/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
useCozyDialog
} from '../CozyDialogs'
import useRealtime from '../hooks/useRealtime'
import useEventListener from '../hooks/useEventListener.js'
import useEventListener from '../hooks/useEventListener'
import useBreakpoints from '../hooks/useBreakpoints'
import Button from '../Buttons'
import PlusIcon from '../Icons/Plus'
Expand Down

0 comments on commit bdc551c

Please sign in to comment.