Browse Source
deps: fixing issues around nostr-tools deps being removed that were necessary
pull/124/head
No known key found for this signature in database
GPG Key ID: 1A12361012426318
1 changed files with
9 additions and
0 deletions
-
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"; |
|
|
|