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