mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-05-08 02:56:41 +07:00
(nextjs) fixed flow loading, anchors and styles
This commit is contained in:
parent
2e0ad878a3
commit
c5bac54494
11 changed files with 90 additions and 70 deletions
|
@ -3,10 +3,13 @@ import { FlowLayout } from '~/layouts/FlowLayout';
|
|||
import { useFlow } from '~/hooks/flow/useFlow';
|
||||
import { FlowContextProvider } from '~/utils/context/FlowContextProvider';
|
||||
import { observer } from 'mobx-react-lite';
|
||||
import { useGlobalLoader } from '~/hooks/dom/useGlobalLoader';
|
||||
|
||||
interface Props {}
|
||||
|
||||
const FlowPage: FC<Props> = observer(() => {
|
||||
useGlobalLoader();
|
||||
|
||||
const {
|
||||
updates,
|
||||
nodes,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue