mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-03 02:53:56 +00:00
Fix types
This commit is contained in:
@@ -2,7 +2,7 @@ import AlertingRulesTable from "@app/components/AlertingRulesTable";
|
||||
import DismissableBanner from "@app/components/DismissableBanner";
|
||||
import { internal } from "@app/lib/api";
|
||||
import { authCookieHeader } from "@app/lib/api/cookies";
|
||||
import type { ListAlertRulesResponse } from "@server/private/routers/alertRule";
|
||||
import type { ListAlertRulesResponse } from "@server/routers/alertRule/types";
|
||||
import { AxiosResponse } from "axios";
|
||||
import { BellRing } from "lucide-react";
|
||||
import type { Metadata } from "next";
|
||||
|
||||
Reference in New Issue
Block a user