mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-21 04:24:02 +01:00
refactor: optimize imports
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import ToolLayout from '../components/ToolLayout';
|
||||
import React, { LazyExoticComponent, JSXElementConstructor } from 'react';
|
||||
import React, { JSXElementConstructor, LazyExoticComponent } from 'react';
|
||||
|
||||
interface ToolOptions {
|
||||
path: string;
|
||||
|
||||
Reference in New Issue
Block a user