Skip to content

Commit

Permalink
change import paths for button.styles
Browse files Browse the repository at this point in the history
  • Loading branch information
juancwu committed Mar 5, 2024
1 parent 301da6e commit d19dd34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Button/Button.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { getButtonStyles } from "@components";
import { getButtonStyles } from "./Button.styles";

import type { ButtonStylesProps } from "@components";
import type { ButtonStylesProps } from "./Button.styles";

type ButtonProps = ButtonStylesProps &
React.ButtonHTMLAttributes<HTMLButtonElement>;
Expand Down

0 comments on commit d19dd34

Please sign in to comment.