- Add dark mode styling to the bookmark tool page - Implement drag-and-drop file upload zones for PDF, CSV and JSON - Enhance file input UI with icons and better visual feedback - Fix formatting and whitespace issues in multiple files
6 lines
130 B
TypeScript
6 lines
130 B
TypeScript
import { createIcons, icons } from 'lucide';
|
|
|
|
document.addEventListener('DOMContentLoaded', () => {
|
|
createIcons({ icons });
|
|
});
|