0
0
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:
Víctor Losada Hernández
2026-01-20 22:31:28 +01:00
parent fc8656e05b
commit 955457f22f
4 changed files with 36 additions and 50 deletions

View File

@@ -1,5 +1,5 @@
/* eslint-disable max-lines */
import '.toolBar.less';
import './toolBar.less';
import React, { useState, useEffect } from 'react';
import _ from 'lodash';

View File

@@ -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';