mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
moved flow hooks out of flow
This commit is contained in:
parent
cac97e87f0
commit
35ce593ed8
8 changed files with 72 additions and 44 deletions
7
src/constants/features.ts
Normal file
7
src/constants/features.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
export enum ExperimentalFeatures {
|
||||
LiquidFlow = 'liquidFlow',
|
||||
}
|
||||
|
||||
export const experimentalFeatures: Record<ExperimentalFeatures, boolean> = {
|
||||
[ExperimentalFeatures.LiquidFlow]: false,
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue