remove search from experiments

This commit is contained in:
Kamil G 2021-08-18 14:11:41 +02:00 committed by Paul Makles
parent db43c02e01
commit 6842bdc4a5

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 };
} = {