mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-02 09:59:55 +08:00
style: enable import-x/no-duplicates (#6279)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import path from 'node:path';
|
||||
|
||||
import { type App, type BrowserWindow, ipcMain } from 'electron';
|
||||
import type { App, BrowserWindow } from 'electron';
|
||||
import { ipcMain } from 'electron';
|
||||
|
||||
import { buildType, CLOUD_BASE_URL, isDev } from './config';
|
||||
import { mainWindowOrigin } from './constants';
|
||||
|
||||
Reference in New Issue
Block a user