Browse Source

Fix legacy import

pull/307/head
Tilen Komel 1 year ago
parent
commit
f24041651c
  1. 2
      src/components/Dialog/NodeOptionsDialog.tsx
  2. 2
      src/components/Dialog/TracerouteResponseDialog.tsx

2
src/components/Dialog/NodeOptionsDialog.tsx

@ -5,7 +5,7 @@ import {
DialogContent, DialogContent,
DialogHeader, DialogHeader,
DialogTitle, DialogTitle,
} from "@components/UI/Dialog.js"; } from "@components/UI/Dialog";
import type { Protobuf } from "@meshtastic/js"; import type { Protobuf } from "@meshtastic/js";
import { numberToHexUnpadded } from "@noble/curves/abstract/utils"; import { numberToHexUnpadded } from "@noble/curves/abstract/utils";
import { Button } from "../UI/Button"; import { Button } from "../UI/Button";

2
src/components/Dialog/TracerouteResponseDialog.tsx

@ -5,7 +5,7 @@ import {
DialogDescription, DialogDescription,
DialogHeader, DialogHeader,
DialogTitle, DialogTitle,
} from "@components/UI/Dialog.js"; } from "@components/UI/Dialog";
import type { Protobuf, Types } from "@meshtastic/js"; import type { Protobuf, Types } from "@meshtastic/js";
import { numberToHexUnpadded } from "@noble/curves/abstract/utils"; import { numberToHexUnpadded } from "@noble/curves/abstract/utils";
import { TraceRoute } from "../PageComponents/Messages/TraceRoute"; import { TraceRoute } from "../PageComponents/Messages/TraceRoute";

Loading…
Cancel
Save