diff options
Diffstat (limited to 'src/tools/html-entities/index.ts')
-rw-r--r-- | src/tools/html-entities/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/html-entities/index.ts b/src/tools/html-entities/index.ts index 530b674..d727196 100644 --- a/src/tools/html-entities/index.ts +++ b/src/tools/html-entities/index.ts @@ -8,4 +8,4 @@ export const tool: ITool = { keywords: ['html', 'entities', 'escape', 'unescape', 'special', 'characters', 'tags'], component: () => import('./html-entities.vue'), icon: Code, -};
\ No newline at end of file +}; |