it-tools/src/tools/smart-raw-converter/index.ts
2024-10-06 16:55:25 +02:00

13 lines
389 B
TypeScript

import { Disc } from '@vicons/tabler';
import { defineTool } from '../tool';
export const tool = defineTool({
name: 'SMART Raw Converter',
path: '/smart-raw-converter',
description: 'Convert SMART Raw values to human readable',
keywords: ['smart', 'raw', 'converter'],
component: () => import('./smart-raw-converter.vue'),
icon: Disc,
createdAt: new Date('2024-07-14'),
});