1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-08-09 23:45:18 +02:00

Update src/tools/yaml-viewer/index.ts

This commit is contained in:
Corentin THOMASSET 2024-01-31 10:54:12 +01:00 committed by GitHub
parent f77a83e2b2
commit 47abf47235
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,5 +8,5 @@ export const tool = defineTool({
keywords: ['yaml', 'viewer', 'prettify', 'format'],
component: () => import('./yaml-viewer.vue'),
icon: AlignJustified,
createdAt: new Date('2023-11-29'),
createdAt: new Date('2024-01-31'),
});