mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
added nextjs flow preloading
This commit is contained in:
parent
6f161d12ff
commit
1f296e9ed8
6 changed files with 90 additions and 66 deletions
|
@ -1,6 +1,5 @@
|
|||
import React, { FC, FormEvent, useCallback, useMemo } from 'react';
|
||||
|
||||
|
||||
import classNames from 'classnames';
|
||||
|
||||
import { Superpower } from '~/components/boris/Superpower';
|
||||
|
@ -12,7 +11,7 @@ import { InputText } from '~/components/input/InputText';
|
|||
import { Toggle } from '~/components/input/Toggle';
|
||||
import { experimentalFeatures } from '~/constants/features';
|
||||
import styles from '~/containers/flow/FlowStamp/styles.module.scss';
|
||||
import { useFlowContext } from '~/utils/context/FlowContextProvider';
|
||||
import { useFlowContext } from '~/utils/providers/FlowProvider';
|
||||
import { useSearchContext } from '~/utils/providers/SearchProvider';
|
||||
|
||||
interface IProps {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue