mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
style: enable import-x/no-duplicates (#6279)
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
import { cssVar } from '@toeverything/theme';
|
||||
import { darkCssVariables, lightCssVariables } from '@toeverything/theme';
|
||||
import {
|
||||
cssVar,
|
||||
darkCssVariables,
|
||||
lightCssVariables,
|
||||
} from '@toeverything/theme';
|
||||
import { globalStyle } from '@vanilla-extract/css';
|
||||
globalStyle('body', {
|
||||
color: cssVar('textPrimaryColor'),
|
||||
|
||||
Reference in New Issue
Block a user