mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-20 11:36:25 +08:00
feat: forced file naming format (#2270)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import Modal from './Modal';
|
||||
import Modal from './modal';
|
||||
|
||||
export * from './Modal';
|
||||
export * from './ModalCloseButton';
|
||||
export * from './ModalWrapper';
|
||||
export * from './modal';
|
||||
export * from './modal-close-button';
|
||||
export * from './modal-wrapper';
|
||||
|
||||
export default Modal;
|
||||
|
||||
+2
-2
@@ -2,8 +2,8 @@ import { CloseIcon } from '@blocksuite/icons';
|
||||
import type { HTMLAttributes } from 'react';
|
||||
|
||||
import { styled } from '../../styles';
|
||||
import type { IconButtonProps } from '../button/IconButton';
|
||||
import { IconButton } from '../button/IconButton';
|
||||
import type { IconButtonProps } from '../button/icon-button';
|
||||
import { IconButton } from '../button/icon-button';
|
||||
export type ModalCloseButtonProps = {
|
||||
top?: number;
|
||||
right?: number;
|
||||
Reference in New Issue
Block a user