mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-12 14:40:22 +08:00
chore: prohibit import package itself (#2612)
Co-authored-by: Whitewater <me@waterwater.moe>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user