Fix build: remove problematic table imports temporarily
- Removed custom Tiptap table extensions that were causing import errors - Kept EmailButton and OTPBox components working - Table functionality will need proper Tiptap table extension setup later - Build now completes successfully for deployment 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -44,6 +44,10 @@
|
||||
"@tiptap/extension-image": "^3.13.0",
|
||||
"@tiptap/extension-link": "^3.13.0",
|
||||
"@tiptap/extension-placeholder": "^3.13.0",
|
||||
"@tiptap/extension-table": "^3.14.0",
|
||||
"@tiptap/extension-table-cell": "^3.14.0",
|
||||
"@tiptap/extension-table-header": "^3.14.0",
|
||||
"@tiptap/extension-table-row": "^3.14.0",
|
||||
"@tiptap/react": "^3.13.0",
|
||||
"@tiptap/starter-kit": "^3.13.0",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
|
||||
Reference in New Issue
Block a user