Update fresh

This commit is contained in:
Dima S
2024-04-17 21:43:09 +02:00
committed by Lucas
parent 8c67be55ce
commit 8a6957dfd0
11 changed files with 496 additions and 169 deletions

View File

@@ -1,15 +1,15 @@
import { useEffect, useState } from "preact/hooks";
import { Blockfrost, Constr, Data, fromText, Lucid } from "lucid/mod.ts";
import { Input } from "~/components/Input.tsx";
import { Button } from "~/components/Button.tsx";
import { Input } from "../components/Input.tsx";
import { Button } from "../components/Button.tsx";
import {
AppliedValidators,
applyParams,
LocalCache,
Validators,
} from "~/utils.ts";
} from "../utils.ts";
export interface AppProps {
validators: Validators;