Format code.

pull/6/head
Paul 2021-08-05 14:47:20 +01:00
parent 55e00bf93f
commit 7b45205e01
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[] = ["search"];
export const EXPERIMENTS: {
[key in Experiments]: { title: string; description: string };
} = {