- import React from "react";
- export default function Index() {
- /**********************************狀態管理**********************************/
- /**********************************狀態管理**********************************/
- /**********************************組件初始化**********************************/
- /**********************************組件初始化**********************************/
- /**********************************異步函數**********************************/
- /**********************************異步函數**********************************/
- return (
- ////testing component here
- <>
- </>
- );
- }
|