assets dir

This commit is contained in:
Martti Malmi
2024-01-04 16:47:33 +02:00
parent afa6d39a56
commit 1e08702072
15 changed files with 32 additions and 32 deletions

View File

@ -1,5 +1,5 @@
import TZ from "../tz.json";
import Nostrich from "../img/nostrich.webp";
import Nostrich from "@/assets/img/nostrich.webp";
import * as secp from "@noble/curves/secp256k1";
import * as utils from "@noble/curves/abstract/utils";
import { sha256 as hash } from "@noble/hashes/sha256";