Skip to content

Commit

Permalink
fix(storybook): use correct monospace reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Serdar Sayin committed Oct 13, 2023
1 parent a0f4a84 commit a6e827e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
Row,
} from "@codedazur/react-components";
import { FunctionComponent, MouseEventHandler } from "react";
import { Monospace } from "./Monospace";
import { Monospace } from "../../../components/Monospace";

interface NavigationProps {
label?: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
UseDatePickerResult,
} from "@codedazur/react-components";
import { FunctionComponent } from "react";
import { Monospace } from "./Monospace";
import { Monospace } from "../../../components/Monospace";

interface WeekdaysProps {
weekdays: UseDatePickerResult["month"]["weekdays"];
Expand Down

0 comments on commit a6e827e

Please sign in to comment.