mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-15 09:06:19 +08:00
7 lines
161 B
TypeScript
7 lines
161 B
TypeScript
import '@affine/component/theme';
|
|
import '@affine/core/mobile/styles/mobile.css';
|
|
|
|
import { setupBrowser } from '@affine/core/bootstrap';
|
|
|
|
await setupBrowser();
|