Skip to content

Commit

Permalink
lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
kylezryr committed Dec 8, 2024
1 parent 9607b6e commit 2208fca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/seasonal-planting-guide/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import COLORS from '@/styles/colors';
import { Box, Flex } from '@/styles/containers';
import { H1, H3 } from '@/styles/text';
import { DropdownOption, PlantingTypeEnum, SeasonEnum } from '@/types/schema';
import { useTitleCase } from '@/utils/helpers';
import { useProfile } from '@/utils/ProfileProvider';
import {
FilterContainer,
Expand Down

0 comments on commit 2208fca

Please sign in to comment.