Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchernchong committed Nov 1, 2023
1 parent 84c971f commit c213c2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { generateUniqueRandomHexColours } from "@/lib/generateUniqueRandomHexCol
import type { Car, ChartDataset, Dataset } from "@/types";

const Home = async () => {
// TODO: This part here only works on local. Will need to host this file somewhere instead.
const electricVehicles: Car[] = await getCarRegistrationByMake(
`http://localhost:3000/data/M03-Car_Regn_by_make.csv`,
);
Expand Down

0 comments on commit c213c2e

Please sign in to comment.