. ├── app │ ├── components │ │ ├── landing-page.tsx │ │ └── test.tsx │ ├── dashboard │ │ └── page.tsx │ ├── favicon.ico │ ├── globals.css │ ├── layout.tsx │ ├── page.tsx │ └── providers.tsx ├── biome.json ├── next.config.ts ├── next-env.d.ts ├── package.json ├── postcss.config.mjs ├── public │ ├── assets │ │ ├── Avtivity.png │ │ ├── Gas.png │ │ └── Warning.png │ ├── file.svg │ ├── fonts │ │ ├── Apestron.otf │ │ └── Apestron.ttf │ ├── globe.svg │ ├── next.svg │ └── window.svg ├── README.md ├── structure.md └── tsconfig.json
7 directories, 25 files