chore: update lucid

This commit is contained in:
rvcas
2023-03-14 19:03:15 -04:00
committed by Lucas
parent 81359246f9
commit 56aa53eb73
5 changed files with 379 additions and 12 deletions

View File

@@ -1,11 +1,5 @@
import { useEffect, useState } from "preact/hooks";
import {
Blockfrost,
Constr,
Data,
fromText,
Lucid,
} from "~/vendor/lucid@0.9.4/mod.ts";
import { Blockfrost, Constr, Data, fromText, Lucid } from "lucid/mod.ts";
import { Input } from "~/components/Input.tsx";
import { Button } from "~/components/Button.tsx";