mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-29 16:19:43 +08:00
chore: organizeImports
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { type ComponentType, useRef } from 'react';
|
||||
import * as uiIcons from '@toeverything/components/icons';
|
||||
import { message, styled } from '@toeverything/components/ui';
|
||||
import { useRef, type ComponentType } from 'react';
|
||||
import { copy } from './copy';
|
||||
|
||||
const IconBooth = ({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Routes, Route } from 'react-router-dom';
|
||||
import { Route, Routes } from 'react-router-dom';
|
||||
|
||||
import { Container } from './container';
|
||||
import { Icons } from './icons';
|
||||
|
||||
Reference in New Issue
Block a user