diff --git a/components/Console/src/stories/Console.stories.tsx b/components/Console/src/stories/Console.stories.tsx index 8501121..1ad26d5 100644 --- a/components/Console/src/stories/Console.stories.tsx +++ b/components/Console/src/stories/Console.stories.tsx @@ -1,6 +1,7 @@ import React from "react"; import { select } from "@storybook/addon-knobs"; -import { callback } from "@devtools-ds/storybook-utils"; +import { callback } from "../../../../packages/storybook-utils/src"; + import { Console, diff --git a/components/Console/tsconfig.json b/components/Console/tsconfig.json index b9c8b59..456afbc 100644 --- a/components/Console/tsconfig.json +++ b/components/Console/tsconfig.json @@ -9,8 +9,11 @@ // Need to override emotion's types because they pollute the global "baseUrl": ".", - "paths": { - "@emotion/core": ["../../typings/emotion.d.ts"] - } + "paths": { + "@devtools-ds/storybook-utils": ["packages/storybook-utils/src"] +} + } } + +