1
0
Fork 0
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:
Fedor Katurov 2023-11-19 17:07:58 +06:00
parent 92efb1e97e
commit 8ec77986bf
7 changed files with 13 additions and 3 deletions

View file

@ -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 });