Skip to content

Commit

Permalink
fixed bug after code refactoring where import was wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
ryqndev committed Jan 6, 2022
1 parent 971e753 commit 0e93e67
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boba-watch",
"version": "3.1.10",
"version": "3.1.11",
"private": true,
"dependencies": {
"@date-io/date-fns": "^1.3.13",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { memo } from 'react';
import useDrinks from '../../../../../../controller/hooks/useDrinks.js';
import { useDrinkByLocation } from '../../../../../Dashboard/DesktopDashboard/components/VisitedMap/controller/hooks';
import { useDrinkByLocation } from '../../../../../../components/Map/controllers';
import { Card } from '../../../../../../components';
import cn from './PreviousLocationList.module.scss';
import { useTranslation } from 'react-i18next';
Expand Down

0 comments on commit 0e93e67

Please sign in to comment.