feat(new-tool): device information

This commit is contained in:
Corentin Thomasset
2022-04-18 18:11:06 +02:00
parent 09abffbcf9
commit 277bd5f0da
3 changed files with 127 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
import { LockOpen } from '@vicons/tabler';
import type { ToolCategory } from './Tool';
import { tool as deviceInformation } from './device-information';
import { tool as bcrypt } from './bcrypt';
import { tool as caseConverter } from './case-converter';
import { tool as colorConverter } from './color-converter';
@@ -35,7 +36,7 @@ export const toolsByCategory: ToolCategory[] = [
{
name: 'Web',
icon: LockOpen,
components: [urlEncoder, qrCodeGenerator],
components: [urlEncoder, qrCodeGenerator, deviceInformation],
},
{
name: 'Development',