mirror of https://gitee.com/antv-l7/antv-l7
6 lines
73 B
TypeScript
6 lines
73 B
TypeScript
|
const IndexPage = () => {
|
||
|
return 'test';
|
||
|
};
|
||
|
|
||
|
export default IndexPage;
|