Skip to content

Commit affb405

Browse files
committed
dashboard: Unbreak npm build
I broke the build in #19 so this fixes that. Turns out Copilot had originally generated a correct import statement (without brackets), but I didn't trust it because it looked inconsistent with the others, so I modified it. All hail our new AI overlords. Signed-off-by: Aurélien Bombo <[email protected]>
1 parent 669e4ad commit affb405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { useEffect, useState } from "react";
22
import { DataTable } from "primereact/datatable";
33
import { Column } from "primereact/column";
4-
import { Head } from "next/head";
4+
import Head from "next/head";
55
import { weatherTemplate, getWeatherIndex } from "../components/weatherTemplate";
66

77

0 commit comments

Comments
 (0)