use imports

This commit is contained in:
Pierre Berthe 2024-05-29 12:40:11 +02:00
parent 92b21e0ad3
commit f1d1af7d87
3 changed files with 6 additions and 4 deletions

View file

@ -1,4 +1,4 @@
import z from "https://deno.land/x/zod@v3.22.4/index.ts";
import { z } from "zod";
import { Collection, Entry } from "./entry.ts";
import { QueriedOf, StoredOfField, Table } from "./typing.ts";