Skip to content

Latest commit

 

History

History
34 lines (33 loc) · 914 Bytes

File metadata and controls

34 lines (33 loc) · 914 Bytes

. ├── 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