import React from 'react'; import Analysis from '../../components/analysis'; const Index = () => { return ( <> <Analysis /> </> ); }; export default Index;