mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 11:07:52 +08:00
6 lines
81 B
TypeScript
6 lines
81 B
TypeScript
|
import React from 'react';
|
||
|
|
||
|
export default function () {
|
||
|
return <p>Todo</p>;
|
||
|
}
|