81caf59a69db725d4a32f522182107fc06d15d69none
.github/copilot-instructions.mdTool: github-copilot# How to write code for this repository
- Code should document itself as much as possible. Only use comments where the code is not self-explanatory.
- Write as minimal code as possible to achieve the desired functionality.
- Embrace TypeScript's type system to ensure type safety and reduce runtime errors, create specific types and interfaces as needed.
- Break down large functions and components into smaller, reusable pieces.
- Follow consistent naming conventions for variables, functions, classes, and filenone