aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/Notifications.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/Notifications.js')
-rw-r--r--frontend/src/components/Notifications.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/frontend/src/components/Notifications.js b/frontend/src/components/Notifications.js
index ad681a2..56a4508 100644
--- a/frontend/src/components/Notifications.js
+++ b/frontend/src/components/Notifications.js
@@ -15,12 +15,12 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-import React, {Component} from 'react';
-import './Notifications.scss';
+import React, {Component} from "react";
import dispatcher from "../dispatcher";
+import "./Notifications.scss";
-const _ = require('lodash');
-const classNames = require('classnames');
+const _ = require("lodash");
+const classNames = require("classnames");
class Notifications extends Component {