Check fix

This commit is contained in:
Zef Hemel
2023-12-29 20:06:11 +01:00
parent 16b8d4ef12
commit c1a6253b34
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { markdown, space,, YAML } from "$sb/syscalls.ts";
import { markdown, space, YAML } from "$sb/syscalls.ts";
import { loadPageObject, replaceTemplateVars } from "../template/template.ts";
import { CodeWidgetContent, PageMeta } from "$sb/types.ts";
import { renderTemplate } from "../template/plug_api.ts";