mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-03-23 17:28:11 +00:00
fix module.exports
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
const React = require('react');
|
||||
|
||||
const NotificationLookup = require('./notificationLookup/notificationLookup.jsx');
|
||||
const NotificationAdd = require('./notificationAdd/notificationAdd.jsx');
|
||||
import React from 'react';
|
||||
import NotificationLookup from './notificationLookup/notificationLookup.jsx';
|
||||
import NotificationAdd from './notificationAdd/notificationAdd.jsx';
|
||||
|
||||
const NotificationUtils = ()=>{
|
||||
return (
|
||||
@@ -12,4 +11,4 @@ const NotificationUtils = ()=>{
|
||||
);
|
||||
};
|
||||
|
||||
module.exports = NotificationUtils;
|
||||
export default NotificationUtils;
|
||||
|
||||
Reference in New Issue
Block a user