amis2/examples/components/Style/index.tsx

6 lines
81 B
TypeScript
Raw Normal View History

2020-11-27 17:48:03 +08:00
import React from 'react';
export default function () {
return <p>Todo</p>;
}