mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-22 15:10:57 -05:00
Format code.
This commit is contained in:
parent
55e00bf93f
commit
7b45205e01
1 changed files with 1 additions and 1 deletions
|
@ -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 };
|
||||
} = {
|
||||
|
|
Loading…
Reference in a new issue