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,9 +1,9 @@
import { Head } from "$fresh/runtime.ts";
import { Handlers, PageProps } from "$fresh/server.ts";
import Oneshot from "~/islands/Oneshot.tsx";
import Oneshot from "../islands/Oneshot.tsx";
import { readValidators, Validators } from "~/utils.ts";
import { readValidators, Validators } from "../utils.ts";
interface Data {
validators: Validators;