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

View File

@@ -5,7 +5,6 @@ import { useTranslation } from '@affine/i18n';
import { CloseIcon } from '@blocksuite/icons';
import router from 'next/router';
import { useCallback, useState } from 'react';
import React from 'react';
import { useGlobalState } from '@/store/app';

View File

@@ -5,7 +5,6 @@ import {
LocalWorkspaceIcon as DefaultLocalWorkspaceIcon,
PublishIcon as DefaultPublishIcon,
} from '@blocksuite/icons';
import React from 'react';
// Here are some icons with special color or size
export const JoinedWorkspaceIcon = () => {