Update src/tools/xml-to-json/index.ts

This commit is contained in:
Corentin THOMASSET 2024-08-09 22:07:26 +02:00 committed by GitHub
parent 3eaaddea9a
commit 489b3a6eeb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,5 +8,5 @@ export const tool = defineTool({
keywords: ['xml', 'json'], keywords: ['xml', 'json'],
component: () => import('./xml-to-json.vue'), component: () => import('./xml-to-json.vue'),
icon: Braces, icon: Braces,
createdAt: new Date('2024-06-30'), createdAt: new Date('2024-08-09'),
}); });