-
Notifications
You must be signed in to change notification settings - Fork 2
Description
fix all typescript errors to deploy to vercel
Checklist
-
components/account.tsx
• Check the TypeScript errors in this file and fix them. This might involve correcting the types or adding missing types.
• If there are any incorrect usages of TypeScript features, correct them.
-
components/add-member.tsx
• Check the TypeScript errors in this file and fix them. This might involve correcting the types or adding missing types.
• If there are any incorrect usages of TypeScript features, correct them.
-
components/edit-member.tsx
• Check the TypeScript errors in this file and fix them. This might involve correcting the types or adding missing types.
• If there are any incorrect usages of TypeScript features, correct them.
-
components/email-composer.tsx
• Check the TypeScript errors in this file and fix them. This might involve correcting the types or adding missing types.
• If there are any incorrect usages of TypeScript features, correct them.
-
components/icons.tsx
• Check the TypeScript errors in this file and fix them. This might involve correcting the types or adding missing types.
• If there are any incorrect usages of TypeScript features, correct them.