Fix legacy import

This commit is contained in:
Tilen Komel
2025-01-24 00:03:55 +01:00
parent 3f88373dd8
commit f24041651c
2 changed files with 2 additions and 2 deletions

View File

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

View File

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