Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Catinaud Taris committed Apr 25, 2024
1 parent 82bcab0 commit edb6a95
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/app/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import * as React from "react";
import "@/lib/env";

import IntroBlock from "@/components/IntroBlock";

const AboutPage = () => {
Expand Down
2 changes: 1 addition & 1 deletion src/app/dashboard/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ const LandPlantsSection = () => {
useEffect(() => {
fetchGraphData();
}, []);
console.log(mapData);

if (!mapData) {
return <></>;
}
Expand Down
1 change: 1 addition & 0 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import Edito from "@/components/Edito";
import IconCard from "@/components/IconCard";
import IntroBlock from "@/components/IntroBlock";
import JoinBlock from "@/components/JoinBlock";

import { fetchData } from "@/pages/api/chart";

const HomePage = () => {
Expand Down
1 change: 1 addition & 0 deletions src/app/to-act/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import * as React from "react";
import "@/lib/env";

import IntroBlock from "@/components/IntroBlock";

const ToActPage = () => {
Expand Down

0 comments on commit edb6a95

Please sign in to comment.