Skip to content

Commit 4dff6ea

Browse files
committed
Fix import so that "isSameDayAs" becomes available again
1 parent ac043ba commit 4dff6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/helpers/measurements.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818

19-
import 'package:wger/helpers/misc.dart';
19+
import 'package:wger/helpers/date.dart';
2020
import 'package:wger/widgets/measurements/charts.dart';
2121

2222
extension MeasurementChartEntryListExtensions on List<MeasurementChartEntry> {

0 commit comments

Comments
 (0)