--- description: Specific rules for Typescript React components (tsx) within the components directory, emphasizing fully functional components and comprehensive implementation. globs: src/components/**/*.tsx --- - Always write correct, up to date, bug free, fully functional and working, secure, performant and efficient code. - Focus on readability over being performant. - Fully implement all requested functionality. - Leave NO todo’s, placeholders or missing pieces. - Ensure code is complete! Verify thoroughly finalized. - Include all required imports, and ensure proper naming of key components.