Update AGENTS.md

This commit is contained in:
Tom Moor
2026-03-14 16:19:51 -04:00
committed by GitHub
parent 4bc0f15323
commit 576117e27b
+1 -1
View File
@@ -70,7 +70,7 @@ yarn install
### Exports
- Exported members must appear at the top of the file.
- Prefer named exports for components & classes.
- Always use named exports for new components & classes.
- Document ALL public/exported functions with JSDoc.
## React Usage