feat: init @toeverything/theme (#2136)

This commit is contained in:
Himself65
2023-04-25 18:44:17 -05:00
committed by GitHub
parent 80f4578f76
commit db52c63d25
34 changed files with 147 additions and 76 deletions

View File

@@ -1,9 +1,5 @@
import {
baseTheme,
displayFlex,
styled,
textEllipsis,
} from '@affine/component';
import { displayFlex, styled, textEllipsis } from '@affine/component';
import { baseTheme } from '@toeverything/theme';
import Link from 'next/link';
const macosElectron = environment.isDesktop && environment.isMacOs;