feat: add suspense fallback for editor (#2278)

This commit is contained in:
Himself65
2023-05-09 12:57:36 +08:00
committed by GitHub
parent 793b689b81
commit 242e074ae6
2 changed files with 21 additions and 1 deletions
@@ -0,0 +1,5 @@
import { style } from '@vanilla-extract/css';
export const blockSuiteEditorStyle = style({
padding: '0 1rem',
});