mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-11 18:49:53 +05:30
feat: sum numbers init
This commit is contained in:
parent
bea0332020
commit
cfe0d324fe
17 changed files with 324 additions and 49 deletions
|
|
@ -26,7 +26,7 @@ const exampleTools: { label: string; url: string }[] = [
|
|||
{ label: 'Find and replace text', url: '' },
|
||||
{ label: 'Convert emoji to image', url: '' },
|
||||
{ label: 'Split a string', url: '/string/split' },
|
||||
{ label: 'Calculate number sum', url: '' },
|
||||
{ label: 'Calculate number sum', url: '/number/sum' },
|
||||
{ label: 'Pixelate an image', url: '' }
|
||||
];
|
||||
export default function Home() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue