diff options
Diffstat (limited to 'src/tools/json-viewer/index.ts')
-rw-r--r-- | src/tools/json-viewer/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/json-viewer/index.ts b/src/tools/json-viewer/index.ts index 1911f61..67a17dc 100644 --- a/src/tools/json-viewer/index.ts +++ b/src/tools/json-viewer/index.ts @@ -1,5 +1,5 @@ import { Braces } from '@vicons/tabler'; -import type { ITool } from './../Tool'; +import type { ITool } from '../tool'; export const tool: ITool = { name: 'JSON viewer', |