Skip to content

Commit

Permalink
export interface
Browse files Browse the repository at this point in the history
Co-authored-by: Pablo Pettinari <[email protected]>
  • Loading branch information
minimalsm and pettinarip authored May 27, 2022
1 parent 4f32d85 commit 3c1d3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Description = styled.p`

const TopContent = styled.div``

interface IProps {
export interface IProps {
emoji?: string
title: string
description: string
Expand Down

0 comments on commit 3c1d3d8

Please sign in to comment.