remove search from experiments

pull/1049/head
Kamil G 2021-08-18 14:11:41 +02:00 committed by Paul Makles
parent af99c7e1fd
commit 716a700a9e
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
export type Experiments = "search";
export const AVAILABLE_EXPERIMENTS: Experiments[] = ["search"];
export const AVAILABLE_EXPERIMENTS: Experiments[] = [];
export const EXPERIMENTS: {
[key in Experiments]: { title: string; description: string };
} = {