mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-22 22:37:50 +00:00
some more fixes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* eslint-disable max-lines */
|
||||
import '.toolBar.less';
|
||||
import './toolBar.less';
|
||||
import React, { useState, useEffect } from 'react';
|
||||
import _ from 'lodash';
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ import './listPage.less';
|
||||
import React from 'react';
|
||||
import createReactClass from 'create-react-class';
|
||||
import _ from 'lodash';
|
||||
import moment from 'moment;'
|
||||
import moment from 'moment';
|
||||
|
||||
import BrewItem from './brewItem/brewItem.jsx';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user