Skip to content

Commit

Permalink
fix storybook globalstyles import path
Browse files Browse the repository at this point in the history
  • Loading branch information
gumaerc committed Aug 9, 2024
1 parent 8cc5d1c commit 220b4d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontends/mit-learn/.storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from "react"
import { ThemeProvider } from "ol-components"

import { Preview } from "@storybook/react"
import GlobalStyles from "./GlobalStyles"
import GlobalStyles from "../src/GlobalStyles"

const preview: Preview = {
decorators: [
Expand Down

0 comments on commit 220b4d4

Please sign in to comment.