Skip to content

Commit

Permalink
Change
Browse files Browse the repository at this point in the history
  • Loading branch information
chasefleming committed Dec 6, 2024
1 parent 2b67661 commit e0ce1da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { OFFICE_HOURS_EVENT_TYPE } from "../../../../../../data/events"
import { EventCard, EventCardList, EventCardProps } from "../EventCard"
import { EventCardSmall } from "../EventCardSmall"
import { HeaderWithLink } from "../HeaderWithLink"
import { Button } from '@site/src/ui/design-system/src/lib/Components/Button';
import { Button } from "../Button"

export type UpcomingEventsProps = {
goToCommunityHref: string
Expand Down

0 comments on commit e0ce1da

Please sign in to comment.