mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-31 17:19:56 +08:00
chore: strict eslint check (#1084)
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import { styled } from '../../styles';
|
||||
import ModalUnstyled from '@mui/base/ModalUnstyled';
|
||||
import { Wrapper } from '../layout';
|
||||
import { CSSProperties } from 'react';
|
||||
|
||||
import { styled } from '../../styles';
|
||||
import { Wrapper } from '../layout';
|
||||
|
||||
export const StyledBackdrop = styled.div(({ theme }) => {
|
||||
return {
|
||||
zIndex: '-1',
|
||||
|
||||
Reference in New Issue
Block a user