2021-03-11 19:13:27 +05:30
|
|
|
import initNotificationsDropdown from '~/notifications';
|
2018-03-27 19:54:05 +05:30
|
|
|
|
|
|
|
document.addEventListener('DOMContentLoaded', () => {
|
2021-03-11 19:13:27 +05:30
|
|
|
initNotificationsDropdown();
|
2018-03-27 19:54:05 +05:30
|
|
|
});
|