import React from 'react'; import JuryList from './components/JuryList'; const EnterJury: React.FC<{}> = () => { return } export default EnterJury;