Skip to content

Commit

Permalink
resolving conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
SaddockAime committed Oct 8, 2024
1 parent 2cfdde4 commit 59a311c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/components/SearchResultItem.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
import React from 'react';

interface SearchResultItemProps {
activeItem: string;
name: string;
length: number;
results: any[];
Component: React.FC<{ [key: string]: any }>;
noResultsMessage: string;
}

const SearchResultItem= ({
activeItem,
name,
Expand Down

0 comments on commit 59a311c

Please sign in to comment.