Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion components/Console/src/stories/Console.stories.tsx
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
9 changes: 6 additions & 3 deletions components/Console/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}

}
}