queue bulk contacts (#273)

This commit is contained in:
KM Koushik
2025-10-12 06:18:04 +11:00
committed by GitHub
parent 2fe2d5cdab
commit 159b15e37e
7 changed files with 150 additions and 17 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
- Formatting: Prettier 3; run `pnpm format`.
- Files: React components PascalCase (e.g., `AppSideBar.tsx`); folders kebab/lowercase.
- Paths (web): use alias `~/` for src imports (e.g., `import { x } from "~/utils/x"`).
- Never use dynamic imports
- NEVER USE DYNAMIC IMPORTS. ALWAYS IMPORT ON THE TOP
## Rules