Skip to content

Commit

Permalink
using relative over abs path for better ide support
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerwsm committed May 5, 2020
1 parent bd0a308 commit b1f0366
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ import {
} from '@material-ui/core'

import useCreateLinkFormStyles from './styles/useCreateLinkFormStyles'
import { isValidLongUrl, isValidShortUrl } from '~/../shared/util/validation'
import {
isValidLongUrl,
isValidShortUrl,
} from '../../../../../shared/util/validation'
import ModalMargins from '../ModalMargins'

// Height of the text field in the create link dialog.
Expand Down

0 comments on commit b1f0366

Please sign in to comment.