[go: up one dir, main page]

Skip to content

Commit

Permalink
update import in cms
Browse files Browse the repository at this point in the history
  • Loading branch information
carlrafting committed Jul 31, 2024
1 parent f6c1579 commit de801dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _cms.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import lumeCMS, { Kv } from "lume/cms.ts";
import lumeCMS from "lume/cms/mod.ts";
import Kv from "lume/cms/storage/kv.ts";

const cms = lumeCMS();
const kv = await Deno.openKv();
Expand Down

0 comments on commit de801dc

Please sign in to comment.