Skip to content

Commit

Permalink
expose CmsContext (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
skrhlm authored Jan 25, 2022
1 parent 2295f28 commit a21e85c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/djedi-json/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import CMSType from './CMSType';
import { useCMS } from './contexts/cms';
import CMSContext from './contexts/cms';
import { useEdit } from './contexts/editcontext';
import CMS from './core/CMS';
import { createConfig, validateConfig } from './core/config';
Expand All @@ -18,4 +19,5 @@ export {
createEmpty,
useCMS,
useEdit,
CMSContext,
};

0 comments on commit a21e85c

Please sign in to comment.