5 lines
147 B
JavaScript
5 lines
147 B
JavaScript
import initNotificationsDropdown from '~/notifications';
|
|
|
|
document.addEventListener('DOMContentLoaded', () => {
|
|
initNotificationsDropdown();
|
|
});
|