index.tsx 629 B

12345678910111213141516
  1. import React from "react";
  2. export default function Index() {
  3. /**********************************狀態管理**********************************/
  4. /**********************************狀態管理**********************************/
  5. /**********************************組件初始化**********************************/
  6. /**********************************組件初始化**********************************/
  7. /**********************************異步函數**********************************/
  8. /**********************************異步函數**********************************/
  9. return (
  10. ////testing component here
  11. <>
  12. </>
  13. );
  14. }