chore: organizeImports

This commit is contained in:
DarkSky
2022-08-13 02:08:21 +08:00
parent 5cec5a363d
commit 617f9b9bfc
27 changed files with 63 additions and 77 deletions
@@ -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 -1
View File
@@ -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';