forked from abner/for-legacy-web
Format code.
This commit is contained in:
@@ -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 };
|
||||
} = {
|
||||
|
||||
Reference in New Issue
Block a user