summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pages/profiles/notifications/show/index.js
blob: 51ba6c7a01e8396dc77e14c916764977c11d810b (plain)
1
2
3
4
5
import initNotificationsDropdown from '~/notifications';

document.addEventListener('DOMContentLoaded', () => {
  initNotificationsDropdown();
});