Remove unused html2canvas import to fix production build
- Removed html2canvas import that was causing TypeScript error - html2canvas is no longer needed since we switched to jsPDF's html() method - Fixes build error: TS6133 'html2canvas' is declared but never read
This commit is contained in:
@@ -6,7 +6,6 @@ import Strike from '@tiptap/extension-strike';
|
||||
import TurndownService from 'turndown';
|
||||
import { marked } from 'marked';
|
||||
import jsPDF from 'jspdf';
|
||||
import html2canvas from 'html2canvas';
|
||||
import { message } from '@tauri-apps/plugin-dialog';
|
||||
import { Note } from '../types';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user