diff --git a/docs/src/__examples__/Popover/DEFAULT.tsx b/docs/src/__examples__/Popover/DEFAULT.tsx index 81ab67c77f..0cdf60be50 100644 --- a/docs/src/__examples__/Popover/DEFAULT.tsx +++ b/docs/src/__examples__/Popover/DEFAULT.tsx @@ -1,34 +1,43 @@ import React from "react"; -import { Popover, Button, ButtonLink, Stack } from "@kiwicom/orbit-components"; +import { + Popover, + Button, + ButtonLink, + Stack, + OrbitProvider, + defaultTheme, +} from "@kiwicom/orbit-components"; import { QuestionCircle } from "@kiwicom/orbit-components/icons"; export default { Example: () => ( - - - Reference - - - Guidelines - - - } - > - - + + + + Reference + + + Guidelines + + + } + > + + + ), };