fix sha1.js

This commit is contained in:
FullGreaM 2024-07-16 02:09:59 +03:00
parent 10f2c55643
commit 7b5d3b693b
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
import {} from "/assets/sha1.js"; import {} from "/assets/sha1-functional.js";
import { hexToBase64 } from "/assets/encode-converter.js"; import { hexToBase64 } from "/assets/encode-converter.js";
import { copyTextToClipboard } from "/assets/clipboard.js"; import { copyTextToClipboard } from "/assets/clipboard.js";