new.tsx 96 B

123456
  1. function Widget() {
  2. // TODO
  3. return <div>demo posts new</div>;
  4. }
  5. export default Widget;