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

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

View file

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