Skip to content

Commit

Permalink
Import flatpicker css
Browse files Browse the repository at this point in the history
Storybook will no longer automatically import CSS.
Maybe flatpickr CSS should be imported globally at some point?
  • Loading branch information
JacobArrow committed Nov 4, 2024
1 parent 7cb3380 commit cdcd650
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stories/Library/Modals/modal-pause/ModalPause.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import React, { MutableRefObject, useCallback, useRef } from "react";

import { BaseOptions } from "flatpickr/dist/types/options";
import { Instance } from "flatpickr/dist/types/instance";
import "flatpickr/dist/flatpickr.css";
import flatpickr from "flatpickr";
import { Button } from "../../Buttons/button/Button";
import { Links } from "../../links/Links";
Expand Down

0 comments on commit cdcd650

Please sign in to comment.