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:
parent
2cba8eab58
commit
ce99ac4db1
1 changed files with 1 additions and 1 deletions
|
@ -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'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue