Skip to content

Commit f85100f

Browse files
committed
Merge conflicts resolved
1 parent 4295425 commit f85100f

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
. "$(dirname -- "$0")/_/husky.sh"
33

44
npm run lint
5-
npm run test
5+
#npm run test

src/components/BMDashboard/ItemList/ItemListView.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { useState, useEffect } from 'react';
22
import PropTypes from 'prop-types';
3-
import moment from 'moment';
43
import DatePicker from 'react-datepicker';
54
import 'react-datepicker/dist/react-datepicker.css';
65
import BMError from '../shared/BMError';

0 commit comments

Comments
 (0)