Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomcariello committed Oct 18, 2023
1 parent 75551a1 commit 0e976d2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions web/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@ import setScreenInfo from './modules/screen-size/actions';
// Notifications
import { addToLocalStorage } from './modules/notifications/util';
import Notifications from './containers/notifications';
import {
outageNotificationsSeenAction,
setNotifications,
} from './modules/notifications/actions';
import { outageNotificationsSeenAction } from './modules/notifications/actions';
// Dependency CSS
import 'bootstrap/dist/css/bootstrap.min.css';
import 'ol/ol.css';
Expand Down

0 comments on commit 0e976d2

Please sign in to comment.