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,7 +1,6 @@
import { ArrowDownSmallIcon } from '@blocksuite/icons';
import { Link, type LinkProps } from '@mui/material';
import clsx from 'clsx';
import type { LinkProps } from 'next/link';
import Link from 'next/link';
import React from 'react';
import * as styles from './index.css';