style: remove unused import (#1113)

This commit is contained in:
Himself65
2023-02-17 22:52:14 -06:00
committed by GitHub
parent 6378547a0e
commit 462a859afe
30 changed files with 3 additions and 31 deletions
@@ -2,7 +2,7 @@
import { builtInSchemas } from '@blocksuite/blocks/models';
import { Page, Workspace } from '@blocksuite/store';
import { Meta, Story } from '@storybook/react';
import React, { Suspense } from 'react';
import { Suspense } from 'react';
import {
BlockSuiteEditor,
@@ -1,7 +1,6 @@
/* deepscan-disable USELESS_ARROW_FUNC_BIND */
import { MigrationError } from '@blocksuite/global/error';
import { Meta, StoryFn } from '@storybook/react';
import React from 'react';
import {
BlockSuiteErrorBoundary,
@@ -1,7 +1,6 @@
/* deepscan-disable USELESS_ARROW_FUNC_BIND */
import { Link, Typography } from '@mui/material';
import { Meta, Story } from '@storybook/react';
import React from 'react';
import { Breadcrumbs } from '..';
@@ -1,6 +1,5 @@
/* deepscan-disable USELESS_ARROW_FUNC_BIND */
import { Meta, Story } from '@storybook/react';
import React from 'react';
import { Button } from '..';
import { ButtonProps } from '../ui/button/interface';