Format code.

This commit is contained in:
Paul 2021-08-05 14:47:20 +01:00
parent 55e00bf93f
commit 7b45205e01

View file

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