Skip to content

Commit

Permalink
Merge pull request #27 from kata-containers/sprt/fix-build
Browse files Browse the repository at this point in the history
dashboard: Unbreak npm build
  • Loading branch information
sprt authored Nov 7, 2024
2 parents ff45e30 + affb405 commit 054713a
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 054713a

Please sign in to comment.