Skip to content

Commit

Permalink
Remove inline comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jeyip committed Dec 14, 2024
1 parent acd3c2d commit 8a57fbd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ const isGridPlanVisible = ( {
return isVisible;
};

// TODO: Revisit these export conventions if we continue with this approach
export const usePlanTypesWithIntent = ( {
intent,
selectedPlan,
Expand Down
1 change: 0 additions & 1 deletion packages/plans-grid-next/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import PlanTypeSelector from './components/plan-type-selector';
import { Plans2023Tooltip } from './components/plans-2023-tooltip';
import { EFFECTIVE_TERMS_LIST } from './constants';
import useGridPlanForSpotlight from './hooks/data-store/use-grid-plan-for-spotlight';
// TODO: Revisit this convention. Is there a better way to export usePlanTypesWithIntent?
import useGridPlans, { usePlanTypesWithIntent } from './hooks/data-store/use-grid-plans';
import useGridPlansForComparisonGrid from './hooks/data-store/use-grid-plans-for-comparison-grid';
import useGridPlansForFeaturesGrid from './hooks/data-store/use-grid-plans-for-features-grid';
Expand Down

0 comments on commit 8a57fbd

Please sign in to comment.