Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
vineethasok committed Sep 21, 2023
1 parent f1436eb commit 4d3a2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "../src/styles/variables.css";
import { Decorator } from "@storybook/react";
import styled from "styled-components";
import { themes } from "@storybook/theming";
import ClickUIProvider from "./components/ClickUIProvider/ClickUIProvider";
import ClickUIProvider from "../src/components/ClickUIProvider/ClickUIProvider";

const ThemeBlock = styled.div<{ $left?: boolean; $bfill?: boolean }>(
({ $left, $bfill: fill, theme }) => `
Expand Down

0 comments on commit 4d3a2d0

Please sign in to comment.