refactor: remove commented theme provider functionality
This commit is contained in:
@ -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');
|
||||
|
Reference in New Issue
Block a user