import React, {useEffect, useState} from 'react';


const Index = () => {
    
    return  <> Index Page</>
};

export default Index;
