Update src/tools/safelink-decoder/index.ts

This commit is contained in:
Corentin THOMASSET 2024-03-11 11:14:43 +01:00 committed by GitHub
parent 113fbff2dd
commit 1427cdb84e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,5 +8,5 @@ export const tool = defineTool({
keywords: ['outlook', 'safelink', 'decoder'], keywords: ['outlook', 'safelink', 'decoder'],
component: () => import('./safelink-decoder.vue'), component: () => import('./safelink-decoder.vue'),
icon: Mailbox, icon: Mailbox,
createdAt: new Date('2024-03-09'), createdAt: new Date('2024-03-11'),
}); });