8 lines
174 B
JavaScript
8 lines
174 B
JavaScript
import { navLinks } from './data.js';
|
|
|
|
document.addEventListener('DOMContentLoaded', () => {
|
|
if (typeof lucide !== 'undefined') {
|
|
lucide.createIcons();
|
|
}
|
|
});
|