mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-08 12:45:55 +08:00
style: remove unused import (#1113)
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user