diff --git a/site/.storybook/main.js b/site/.storybook/main.js index 9547939673c16..54f5a99d78a40 100644 --- a/site/.storybook/main.js +++ b/site/.storybook/main.js @@ -35,7 +35,7 @@ module.exports = { // // SEE: https://storybook.js.org/docs/react/configure/webpack webpackFinal: async (config) => { - config.resolve.modules = [path.resolve(__dirname, ".."), "node_modules"] + config.resolve.modules = [path.resolve(__dirname, ".."), "node_modules", "../src"] return config }, } diff --git a/site/src/components/ErrorSummary/ErrorSummary.tsx b/site/src/components/ErrorSummary/ErrorSummary.tsx index e47561a1641fc..ec690139660b4 100644 --- a/site/src/components/ErrorSummary/ErrorSummary.tsx +++ b/site/src/components/ErrorSummary/ErrorSummary.tsx @@ -1,7 +1,7 @@ import Button from "@material-ui/core/Button" import RefreshIcon from "@material-ui/icons/Refresh" +import { Stack } from "components/Stack/Stack" import { FC } from "react" -import { Stack } from "../Stack/Stack" const Language = { retryMessage: "Retry",