fix import

This commit is contained in:
Pallavi Kumari
2025-10-18 01:17:25 +05:30
parent c29ba9bb5f
commit 2c01849f2e

View File

@@ -29,8 +29,8 @@ import { toASCII } from "punycode";
import { zodResolver } from "@hookform/resolvers/zod";
import { build } from "@server/build";
import { Switch } from "./ui/switch";
import DNSRecordsTable, { DNSRecordRow } from "./DNSrecordTable";
import { useEffect, useState } from "react";
import DNSRecordsTable, {DNSRecordRow} from "./DNSRecordTable";
import { createApiClient } from "@app/lib/api";
import { useToast } from "@app/hooks/useToast";
import { formatAxiosError } from "@app/lib/api";