Update src/tools/wifi-qr-code-generator/index.ts

This commit is contained in:
Corentin THOMASSET 2023-09-06 09:40:58 +02:00 committed by GitHub
parent 56ff2dbead
commit 703ea5eab2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,5 +9,5 @@ export const tool = defineTool({
keywords: ['qr', 'code', 'generator', 'square', 'color', 'link', 'low', 'medium', 'quartile', 'high', 'transparent', 'wifi'],
component: () => import('./wifi-qr-code-generator.vue'),
icon: Qrcode,
createdAt: new Date('2023-09-04'),
createdAt: new Date('2023-09-06'),
});