Skip to content

Commit

Permalink
fix: fixing unused vars for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Malena-Guallar committed May 22, 2024
1 parent 887e652 commit eba0e4b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/dashboard/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ const TopCountriesSection = () => {
};

// const SalmonConsumptionSection = () => {

// return (
// <CustomDashboardSection
// title="Consommation de saumon"
Expand Down Expand Up @@ -393,7 +392,6 @@ const LandPlantsSection = () => {
};

// const SalmonConsumptionBisSection = () => {

// return (
// <CustomDashboardSection
// title="Consommation"
Expand Down

0 comments on commit eba0e4b

Please sign in to comment.