Minor tweaks

This commit is contained in:
Zef Hemel
2023-12-18 14:39:52 +01:00
parent 291bd740e1
commit 8d85031a14
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { FileMeta } from "$sb/types.ts";
import { mime } from "https://deno.land/x/mimetypes@v1.0.0/mod.ts";
import { KvPrimitives } from "../../plugos/lib/kv_primitives.ts";
import { mime } from "../deps.ts";
import { SpacePrimitives } from "./space_primitives.ts";
export type KvMetaSpacePrimitivesCallbacks = {