chore: merge

This commit is contained in:
Ibrahima G. Coulibaly
2025-03-07 22:19:49 +00:00
parent ac98878349
commit 2dc78e7392
13 changed files with 29 additions and 27 deletions

View File

@@ -5,9 +5,9 @@ import { lazy } from 'react';
export const tool = defineTool('string', {
name: 'Quote',
path: 'quote',
// image,
icon: 'proicons:quote',
description: '',
shortDescription: '',
keywords: ['quote'],
component: lazy(() => import('./index'))
});
});

View File

@@ -5,9 +5,9 @@ import { lazy } from 'react';
export const tool = defineTool('string', {
name: 'Rot13',
path: 'rot13',
// image,
icon: 'hugeicons:encrypt',
description: '',
shortDescription: '',
keywords: ['rot13'],
component: lazy(() => import('./index'))
});
});

View File

@@ -5,9 +5,9 @@ import { lazy } from 'react';
export const tool = defineTool('string', {
name: 'Rotate',
path: 'rotate',
// image,
icon: 'carbon:rotate',
description: '',
shortDescription: '',
keywords: ['rotate'],
component: lazy(() => import('./index'))
});
});