From 7cba618587db4a825f71e6d8f867fbc27ede491e Mon Sep 17 00:00:00 2001 From: Dessalines Date: Tue, 23 Apr 2019 15:05:50 -0700 Subject: Adding a search page - Fixes # 70 --- ui/src/index.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/src/index.tsx') diff --git a/ui/src/index.tsx b/ui/src/index.tsx index 716684de..b3b46904 100644 --- a/ui/src/index.tsx +++ b/ui/src/index.tsx @@ -14,6 +14,7 @@ import { User } from './components/user'; import { Modlog } from './components/modlog'; import { Setup } from './components/setup'; import { Inbox } from './components/inbox'; +import { Search } from './components/search'; import { Symbols } from './components/symbols'; import './css/bootstrap.min.css'; @@ -52,6 +53,7 @@ class Index extends Component { + -- cgit v1.2.3