export const DirectorPage = () => {
    return (
        <div>This will be director page</div>
    )
}