1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-08-09 15:35:19 +02:00

fix(eslint): Replace double quotes with single quotes

This commit is contained in:
zhu0823 2024-04-19 15:01:00 +08:00
parent 2cba8eab58
commit ce99ac4db1

View file

@ -1,6 +1,6 @@
import { Mailbox } from '@vicons/tabler';
import { defineTool } from '../tool';
import { translate } from "@/plugins/i18n.plugin";
import { translate } from '@/plugins/i18n.plugin';
export const tool = defineTool({
name: translate('tools.outlook_safelink_decoder.title'),