├── src
├── react-app-env.d.ts
├── global.d.ts
├── App.tsx
├── setupTests.ts
├── api
│ └── api.ts
├── reportWebVitals.ts
├── index.tsx
├── Video.less
└── Video.tsx
├── public
├── favicon.ico
├── logo192.png
├── logo512.png
├── robots.txt
├── manifest.json
└── index.html
├── .gitignore
├── tsconfig.json
├── .github
└── workflows
│ └── main.yml
├── package.json
├── craco.config.js
└── README.md
/src/react-app-env.d.ts:
--------------------------------------------------------------------------------
1 | ///