refactor: renammed Tool.ts to tool.ts

This commit is contained in:
Corentin Thomasset
2022-05-25 23:20:51 +02:00
parent 2f61c745f5
commit ac89490794
25 changed files with 24 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
import { LockSquare } from '@vicons/tabler';
import type { ITool } from './../Tool';
import type { ITool } from '../tool';
export const tool: ITool = {
name: 'Bcrypt',