Skip to content

Commit

Permalink
fix: storybook (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fran McDade authored and Fran McDade committed Feb 26, 2024
1 parent eb94ffa commit 3cc0f27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/data-explorer-ui/.storybook/preview.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { CssBaseline } from "@mui/material";
import { ThemeProvider } from "@mui/material/styles";
import { ThemeProvider as Emotion10ThemeProvider } from "emotion-theming";
import { RouterContext } from "next/dist/shared/lib/router-context";
import { useConfig } from "../src//hooks/useConfig";
import { RouterContext } from "next/dist/shared/lib/router-context.shared-runtime";
import { useConfig } from "../src/hooks/useConfig";
import "../src/index";
import { createAppTheme } from "../src/theme/theme";

Expand Down

0 comments on commit 3cc0f27

Please sign in to comment.