0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-23 14:23:21 +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

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