mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-18 02:26:21 +08:00
style: restrict type import (#1589)
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import { useTranslation } from '@affine/i18n';
|
||||
|
||||
import { Button } from '../button';
|
||||
import { Modal, ModalCloseButton, ModalProps } from '../modal';
|
||||
import type { ModalProps } from '../modal';
|
||||
import { Modal, ModalCloseButton } from '../modal';
|
||||
import {
|
||||
StyledColumnButtonWrapper,
|
||||
StyledConfirmContent,
|
||||
|
||||
Reference in New Issue
Block a user