1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-07-19 13:19:37 +02:00

refactor(clean): removed unused import

This commit is contained in:
Corentin Thomasset 2022-12-20 21:15:00 +01:00
parent cf723f144e
commit 40872859a5
No known key found for this signature in database
GPG key ID: DBD997E935996158

View file

@ -1,5 +1,3 @@
import { LockOpen } from '@vicons/tabler';
import { tool as chmodCalculator } from './chmod-calculator';
import { tool as mimeTypes } from './mime-types';
import { tool as otpCodeGeneratorAndValidator } from './otp-code-generator-and-validator';