diff --git a/src/client/components/Search.tsx b/src/client/components/Search.tsx
new file mode 100644
index 0000000..ad7cb5b
--- /dev/null
+++ b/src/client/components/Search.tsx
@@ -0,0 +1,47 @@
+import React, { useMemo, ReactElement } from "react";
+import {
+ removeLeadingPeriod,
+ escapePoundSymbol,
+} from "../shared/utils/formatting.utils";
+import { useTable } from "react-table";
+import prettyBytes from "pretty-bytes";
+import ellipsize from "ellipsize";
+
+import { useSelector } from "react-redux";
+
+interface ISearchProps {}
+
+export const Search = ({}: ISearchProps): ReactElement => {
+ return (
+ <>
+
+
+
+
+
Search
+
+
+
+
+
+
+
+ Search the ComicVine database
+
+ Search and add issues, series and trade paperbacks to your
+ library. Then, download them using the configured AirDC++ or
+ torrent clients.
+