mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-22 20:31:29 +03:00
7 lines
132 B
TypeScript
7 lines
132 B
TypeScript
import '@affine/component/theme';
|
|
import './global.css';
|
|
|
|
import { setupElectron } from '@affine/core/bootstrap';
|
|
|
|
setupElectron();
|