mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 04:08:45 -05:00
feat(frontend): initial search functionality (#78)
This commit is contained in:
8
src/pages/search.tsx
Normal file
8
src/pages/search.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import React from 'react';
|
||||
import Search from '../components/Search';
|
||||
|
||||
const SearchPage: React.FC = () => {
|
||||
return <Search />;
|
||||
};
|
||||
|
||||
export default SearchPage;
|
||||
Reference in New Issue
Block a user