Browse Source

deps: fixing issues around nostr-tools deps being removed that were necessary

pull/124/head
Jason Buchanan 7 days ago
parent
commit
e86cf3c9f2
No known key found for this signature in database GPG Key ID: 1A12361012426318
  1. 9
      src/views/NewEditProjectView.vue

9
src/views/NewEditProjectView.vue

@ -230,6 +230,15 @@ import "leaflet/dist/leaflet.css";
import { AxiosError, AxiosRequestHeaders } from "axios";
import { DateTime } from "luxon";
import { hexToBytes } from "@noble/hashes/utils";
import {
EventTemplate,
UnsignedEvent,
VerifiedEvent,
} from "nostr-tools/lib/types/core";
import {
accountFromExtendedKey,
extendedKeysFromSeedWords,
} from "nostr-tools/lib/types/nip06";
import { finalizeEvent, serializeEvent } from "nostr-tools";
import { Component, Vue } from "vue-facing-decorator";
import { LMap, LMarker, LTileLayer } from "@vue-leaflet/vue-leaflet";

Loading…
Cancel
Save