mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-15 04:18:34 +05:30
refactor: tools folder inside pages
This commit is contained in:
parent
62f084eb45
commit
64936ab11f
117 changed files with 447 additions and 194 deletions
13
src/pages/tools/string/uppercase/meta.ts
Normal file
13
src/pages/tools/string/uppercase/meta.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { defineTool } from '@tools/defineTool';
|
||||
import { lazy } from 'react';
|
||||
// import image from '@assets/text.png';
|
||||
|
||||
export const tool = defineTool('string', {
|
||||
name: 'Uppercase',
|
||||
path: 'uppercase',
|
||||
// image,
|
||||
description: '',
|
||||
shortDescription: '',
|
||||
keywords: ['uppercase'],
|
||||
component: lazy(() => import('./index'))
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue