Skip to content

Commit

Permalink
fix: import issue (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyjablonski authored Nov 20, 2024
1 parent 2421c72 commit cd2c6da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/blocks/Card.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react"
import "./Card.scss"
import { SeedsSizes } from "global/sharedTypes"
import { SeedsSizes } from "../global/sharedTypes"

export type CardDivider = "flush" | "inset"

Expand Down
2 changes: 1 addition & 1 deletion src/blocks/shared/CommonMessage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Icon from "../../icons/Icon"
import useToggle from "../../hooks/useToggle"

import "./CommonMessage.scss"
import { SeedsColorInverseVariants, SeedsColorVariants } from "global/sharedTypes"
import { SeedsColorInverseVariants, SeedsColorVariants } from "../../global/sharedTypes"

const CommonMessageIconMap: Record<string, any> = {
primary: InformationCircleIcon,
Expand Down

0 comments on commit cd2c6da

Please sign in to comment.