mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-22 07:46:15 -04:00
refactor: renammed Tool.ts to tool.ts
This commit is contained in:
parent
2f61c745f5
commit
ac89490794
25 changed files with 24 additions and 24 deletions
|
@ -1,5 +1,5 @@
|
|||
import { Code } from '@vicons/tabler';
|
||||
import type { ITool } from './../Tool';
|
||||
import type { ITool } from '../tool';
|
||||
|
||||
export const tool: ITool = {
|
||||
name: 'Escape html entities',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue