Skip to content

Commit

Permalink
fix: card export
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-at-airwalk committed May 27, 2024
1 parent a8909c4 commit a5baaa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/_components/Cards/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Contributors from './Contributors';
import LinkCard from './LinkCard';
import ServiceCard from './ServiceCard';
import ServiceTile from './ServiceTile';
import TileCard from './TileCard';

export { Contributors, LinkCard, ServiceCard, TileCard };
export { Contributors, LinkCard, ServiceTile, TileCard };

0 comments on commit a5baaa7

Please sign in to comment.