chore: prohibit import package itself (#2612)

Co-authored-by: Whitewater <me@waterwater.moe>
This commit is contained in:
Himself65
2023-05-31 15:00:50 +08:00
committed by GitHub
parent 06abb702f5
commit 248cd9a8ab
38 changed files with 138 additions and 98 deletions
@@ -1,11 +1,6 @@
import {
FlexWrapper,
Modal,
ModalCloseButton,
ModalWrapper,
} from '@affine/component';
import { useAFFiNEI18N } from '@affine/i18n/hooks';
import { FlexWrapper, Modal, ModalCloseButton, ModalWrapper } from '../..';
import {
DiscordIcon,
DocIcon,
@@ -1,4 +1,4 @@
import { absoluteCenter, displayFlex, styled } from '@affine/component';
import { absoluteCenter, displayFlex, styled } from '../..';
export const StyledBigLink = styled('a')(() => {
return {