JakubKoralewski / lets-watch-it-together-private

Unconnected fork of LWIT. Private for the duration of SCRUM project.
https://lets-watch-it-together-scrum.herokuapp.com
MIT License
1 stars 0 forks source link

fix(ts): typescript build error #22

Closed JakubKoralewski closed 3 years ago

JakubKoralewski commented 3 years ago

Fix Heroku build deploy error:

Type error: This import is never used as a value and must use 'import type' because 'importsNotUsedAsValues' is set to 'error'.

> 1 | import { Button, PropTypes } from '@material-ui/core'

    | ^

  2 | import { FriendshipTypeResponse } from '../../lib/api/users/[id]/FriendshipType'

  3 | import assertUnreachable from '../../lib/utils/assertUnreachable'

  4 | import type { UserPublicSearchResult } from '../../lib/api/users/UserPublic'