mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02: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