import { APP_VERSION } from '../../version.js'; // Handle simple mode footer replacement for tool pages if (__SIMPLE_MODE__) { const footer = document.querySelector('footer'); if (footer) { footer.style.display = 'none'; const simpleFooter = document.createElement('footer'); simpleFooter.className = 'mt-16 border-t-2 border-gray-700 py-8'; simpleFooter.innerHTML = `
© 2025 BentoPDF. All rights reserved.
Version ${APP_VERSION}