Skip to content

Commit

Permalink
feat: bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aayushgauba committed Jul 20, 2023
1 parent bac01eb commit 7167b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/trees/[treeid].js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import Icon from 'components/common/CustomIcon';
import TagList from 'components/common/TagList';
import TreeTag from 'components/common/TreeTag';
import { useDrawerContext } from 'context/DrawerContext';
import { useMobile, useEmbed, useFullscreen } from 'hooks/globalHooks';
import { useMobile, useEmbed } from 'hooks/globalHooks';
import { usePageLoading } from 'hooks/usePageLoading';
import AccuracyIcon from 'images/icons/accuracy.svg';
import CalendarIcon from 'images/icons/calendar.svg';
Expand Down

0 comments on commit 7167b09

Please sign in to comment.