chore: remove next.js dependency (#3297)

This commit is contained in:
Alex Yang
2023-07-19 11:13:14 +08:00
committed by GitHub
parent 1abcdee2f0
commit 4ced66c236
5 changed files with 8 additions and 171 deletions

View File

@@ -1,6 +1,6 @@
import { displayFlex, styled, textEllipsis } from '@affine/component';
import { Link } from '@mui/material';
import { baseTheme } from '@toeverything/theme';
import Link from 'next/link';
export const StyledSliderBarInnerWrapper = styled('div')(() => {
return {