From c213c2eb28da14ff6a257d9737b514cbef70fce8 Mon Sep 17 00:00:00 2001 From: Ru Chern Chong Date: Thu, 2 Nov 2023 02:23:45 +0800 Subject: [PATCH] Add TODO --- app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/page.tsx b/app/page.tsx index 7c5ed21..ea5f6a5 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -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`, );