Skip to content

Commit

Permalink
dashboard: Unbreak npm build
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
sprt committed Nov 7, 2024
1 parent 669e4ad commit affb405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useEffect, useState } from "react";
import { DataTable } from "primereact/datatable";
import { Column } from "primereact/column";
import { Head } from "next/head";
import Head from "next/head";
import { weatherTemplate, getWeatherIndex } from "../components/weatherTemplate";


Expand Down

0 comments on commit affb405

Please sign in to comment.