mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-19 14:09:31 +02:00
fix: merging branches
This commit is contained in:
@@ -19,7 +19,6 @@ export default function ToolLayout({
|
||||
image?: string;
|
||||
type: string;
|
||||
children: ReactNode;
|
||||
type: string;
|
||||
}) {
|
||||
const otherCategoryTools =
|
||||
getToolsByCategory()
|
||||
|
@@ -5,6 +5,7 @@ import { lazy } from 'react';
|
||||
export const tool = defineTool('number', {
|
||||
name: 'Generate',
|
||||
path: 'generate',
|
||||
shortDescription: 'Quickly calculate a list of integers in your browser',
|
||||
// image,
|
||||
description:
|
||||
'Quickly calculate a list of integers in your browser. To get your list, just specify the first integer, change value and total count in the options below, and this utility will generate that many integers',
|
||||
|
Reference in New Issue
Block a user