From f58f6da74bbffd878bf215124da18e7766533d0c Mon Sep 17 00:00:00 2001 From: DIYgod Date: Thu, 17 Nov 2022 20:51:08 +0000 Subject: [PATCH] fix: file dependency --- src/models/site.model.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/models/site.model.ts b/src/models/site.model.ts index 8feed178..c87ef874 100644 --- a/src/models/site.model.ts +++ b/src/models/site.model.ts @@ -1,7 +1,6 @@ import { SiteNavigationItem, Profile } from "~/lib/types" import { nanoid } from "nanoid" import unidata from "~/queries/unidata.server" -import { renderPageContent } from "~/markdown" import { toGateway } from "~/lib/ipfs-parser" import type Unidata from "unidata.js" import { createClient } from "@urql/core"