index.js 175 Bytes
Newer Older
duanledexianxianxian's avatar
sync  
duanledexianxianxian committed
1 2 3 4 5 6 7 8 9 10 11
import React from 'react';
import Analysis from '../../components/analysis';
const Index = () => {
  return (
    <>
      <Analysis />
    </>
  );
};

export default Index;