This commit is contained in:
Ibrahima G. Coulibaly
2025-03-02 03:09:29 +00:00
parent 71e052ab4d
commit c570368f5d
10 changed files with 31 additions and 33 deletions

View File

@@ -5,7 +5,7 @@ import { lazy } from 'react';
export const tool = defineTool('string', {
name: 'Create palindrome',
path: 'create-palindrome',
// image,
icon: '',
description: '',
shortDescription: '',
keywords: ['create', 'palindrome'],

View File

@@ -5,7 +5,7 @@ import { lazy } from 'react';
export const tool = defineTool('string', {
name: 'Extract substring',
path: 'extract-substring',
// image,
icon: '',
description: '',
shortDescription: '',
keywords: ['extract', 'substring'],

View File

@@ -5,7 +5,7 @@ import { lazy } from 'react';
export const tool = defineTool('string', {
name: 'Palindrome',
path: 'palindrome',
// image,
icon: '',
description: '',
shortDescription: '',
keywords: ['palindrome'],

View File

@@ -5,7 +5,7 @@ import { lazy } from 'react';
export const tool = defineTool('string', {
name: 'Randomize case',
path: 'randomize-case',
// image,
icon: '',
description: '',
shortDescription: '',
keywords: ['randomize', 'case'],

View File

@@ -5,7 +5,7 @@ import { lazy } from 'react';
export const tool = defineTool('string', {
name: 'Reverse',
path: 'reverse',
// image,
icon: '',
description: '',
shortDescription: '',
keywords: ['reverse'],

View File

@@ -5,7 +5,7 @@ import { lazy } from 'react';
export const tool = defineTool('string', {
name: 'Uppercase',
path: 'uppercase',
// image,
icon: '',
description: '',
shortDescription: '',
keywords: ['uppercase'],