Skip to content

Commit

Permalink
fix: relative path to Button (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcwhite authored May 14, 2024
1 parent b081ea2 commit 97c890a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/forms/CheckboxGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from "react"

import "./CheckboxGroup.scss"
import "../actions/Button.scss"
import { ButtonProps } from "actions/Button"
import { ButtonProps } from "../actions/Button"

export interface CheckboxItem {
label: string
Expand Down

0 comments on commit 97c890a

Please sign in to comment.