import React from 'react';
import { Box } from '@mui/material';
import { UnderConstruction } from '../UnderConstruction';

export function ScientificCommittee() {
  return (
    <div className="">
      <Box className="box-fill">
        <UnderConstruction></UnderConstruction>
      </Box>
    </div>
  );
}
