mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 12:18:35 -05:00
feat(frontend): initial search functionality (#78)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import React, { useState } from 'react';
|
||||
import Transition from '../Transition';
|
||||
import { withProperties } from '../../utils/typeHelpers';
|
||||
import Placeholder from './Placeholder';
|
||||
|
||||
interface TitleCardProps {
|
||||
image: string;
|
||||
@@ -93,4 +95,4 @@ const TitleCard: React.FC<TitleCardProps> = ({
|
||||
);
|
||||
};
|
||||
|
||||
export default TitleCard;
|
||||
export default withProperties(TitleCard, { Placeholder });
|
||||
|
||||
Reference in New Issue
Block a user