Format code.
parent
55e00bf93f
commit
7b45205e01
|
|
@ -1,5 +1,5 @@
|
||||||
export type Experiments = "search";
|
export type Experiments = "search";
|
||||||
export const AVAILABLE_EXPERIMENTS: Experiments[] = ['search'];
|
export const AVAILABLE_EXPERIMENTS: Experiments[] = ["search"];
|
||||||
export const EXPERIMENTS: {
|
export const EXPERIMENTS: {
|
||||||
[key in Experiments]: { title: string; description: string };
|
[key in Experiments]: { title: string; description: string };
|
||||||
} = {
|
} = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue