refactor: remove commented theme provider functionality

This commit is contained in:
2025-03-13 15:59:00 +01:00
parent 3d892a44a8
commit b1a994a7c4

View File

@ -59,7 +59,6 @@ import '@fontsource/instrument-sans/500.css';
</html>
<script>
// Theme Provider functionality
document.addEventListener('DOMContentLoaded', () => {
const appRoot = document.getElementById('app-root');
const themeButtons = document.querySelectorAll('.theme-button');