refactor: optimize imports

This commit is contained in:
Ibrahima G. Coulibaly
2024-06-26 09:02:05 +01:00
parent 3f00335ade
commit 13f5d258dc
20 changed files with 24 additions and 52 deletions

View File

@@ -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;