mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-29 14:46:41 +07:00
remove bars components
This commit is contained in:
parent
92efb1e97e
commit
8ec77986bf
7 changed files with 13 additions and 3 deletions
|
@ -1,7 +0,0 @@
|
|||
import dynamic from 'next/dynamic';
|
||||
|
||||
import type { SubmitBarProps } from './index';
|
||||
|
||||
export const SubmitBarSSR = dynamic<SubmitBarProps>(
|
||||
() => import('./index').then(it => it.SubmitBar),
|
||||
{ ssr: false });
|
Loading…
Add table
Add a link
Reference in a new issue