Skip to content

Commit

Permalink
fixed some refactored imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaster committed Nov 3, 2021
1 parent ad1faf5 commit 7e84655
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import { useSelector } from 'react-redux'
import type { IJudgingProps } from '../../../models'
import { getTechnologies } from '../../../data/hack_session/selectors'
import { ExtMarkdown } from '../../../components'
import { getMembers, techDescriptions } from '../../ProjectsScene'
import { getMembers, techDescriptions } from '../../utils'

interface JudgingViewProps {
judging: IJudgingProps
Expand Down

0 comments on commit 7e84655

Please sign in to comment.