Skip to content

Commit

Permalink
Merge branch 'ankri-layers-export-fix' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
prevwong committed Feb 28, 2020
2 parents 1b1c436 + fd5afb3 commit 2d81fe8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/layers/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { LayerContextProvider } from "./layers/LayerContextProvider";
import { LayerManagerProvider } from "./manager/LayerManagerProvider";
import { ROOT_NODE } from "@craftjs/utils";
import { LayerOptions } from "./interfaces";
export { useLayer } from "./layers";

export const Layers: React.FC<Partial<LayerOptions>> = ({ ...options }) => {
return (
Expand Down

0 comments on commit 2d81fe8

Please sign in to comment.