refactor: renammed Tool.ts to tool.ts

This commit is contained in:
Corentin Thomasset 2022-05-25 23:20:51 +02:00
parent 2f61c745f5
commit ac89490794
No known key found for this signature in database
GPG key ID: DBD997E935996158
25 changed files with 24 additions and 24 deletions

View file

@ -1,5 +1,5 @@
import { FileDigit } from '@vicons/tabler';
import type { ITool } from './../Tool';
import type { ITool } from '../tool';
export const tool: ITool = {
name: 'Base64 converter',

View file

@ -1,5 +1,5 @@
import { LockSquare } from '@vicons/tabler';
import type { ITool } from './../Tool';
import type { ITool } from '../tool';
export const tool: ITool = {
name: 'Bcrypt',

View file

@ -1,5 +1,5 @@
import { AlignJustified } from '@vicons/tabler';
import type { ITool } from '../Tool';
import type { ITool } from '../tool';
export const tool: ITool = {
name: 'BIP39 passphrase generator',

View file

@ -1,5 +1,5 @@
import { LetterCaseToggle } from '@vicons/tabler';
import type { ITool } from './../Tool';
import type { ITool } from '../tool';
export const tool: ITool = {
name: 'Case converter',

View file

@ -1,5 +1,5 @@
import { Palette } from '@vicons/tabler';
import type { ITool } from './../Tool';
import type { ITool } from '../tool';
export const tool: ITool = {
name: 'Color converter',

View file

@ -1,5 +1,5 @@
import { Alarm } from '@vicons/tabler';
import type { ITool } from './../Tool';
import type { ITool } from '../tool';
export const tool: ITool = {
name: 'Crontab generator',

View file

@ -1,5 +1,5 @@
import { Calendar } from '@vicons/tabler';
import type { ITool } from '../Tool';
import type { ITool } from '../tool';
export const tool: ITool = {
name: 'Date-time converter',

View file

@ -1,5 +1,5 @@
import { DeviceDesktop } from '@vicons/tabler';
import type { ITool } from './../Tool';
import type { ITool } from '../tool';
export const tool: ITool = {
name: 'Device information',

View file

@ -1,5 +1,5 @@
import { Lock } from '@vicons/tabler';
import type { ITool } from '../Tool';
import type { ITool } from '../tool';
export const tool: ITool = {
name: 'Encrypt / decrypt text',

View file

@ -1,5 +1,5 @@
import { BrandGit } from '@vicons/tabler';
import type { ITool } from '../Tool';
import type { ITool } from '../tool';
export const tool: ITool = {
name: 'Git cheatsheet',

View file

@ -1,5 +1,5 @@
import { EyeOff } from '@vicons/tabler';
import type { ITool } from '../Tool';
import type { ITool } from '../tool';
export const tool: ITool = {
name: 'Hash text',

View file

@ -1,5 +1,5 @@
import { Code } from '@vicons/tabler';
import type { ITool } from './../Tool';
import type { ITool } from '../tool';
export const tool: ITool = {
name: 'Escape html entities',

View file

@ -1,5 +1,5 @@
import { LockOpen } from '@vicons/tabler';
import type { ToolCategory } from './Tool';
import type { ToolCategory } from './tool';
import { tool as jsonViewer } from './json-viewer';
import { tool as htmlEntities } from './html-entities';

View file

@ -1,5 +1,5 @@
import { ArrowsLeftRight } from '@vicons/tabler';
import type { ITool } from '../Tool';
import type { ITool } from '../tool';
export const tool: ITool = {
name: 'Integer base converter',

View file

@ -1,5 +1,5 @@
import { Braces } from '@vicons/tabler';
import type { ITool } from './../Tool';
import type { ITool } from '../tool';
export const tool: ITool = {
name: 'JSON viewer',

View file

@ -1,5 +1,5 @@
import { AlignJustified } from '@vicons/tabler';
import type { ITool } from '../Tool';
import type { ITool } from '../tool';
export const tool: ITool = {
name: 'Lorem ipsum generator',

View file

@ -1,5 +1,5 @@
import { Qrcode } from '@vicons/tabler';
import type { ITool } from './../Tool';
import type { ITool } from '../tool';
export const tool: ITool = {
name: 'QR Code generator',

View file

@ -1,5 +1,5 @@
import { Server } from '@vicons/tabler';
import type { ITool } from '../Tool';
import type { ITool } from '../tool';
export const tool: ITool = {
name: 'Random port generator',

View file

@ -1,5 +1,5 @@
import { LetterX } from '@vicons/tabler';
import type { ITool } from '../Tool';
import type { ITool } from '../tool';
export const tool: ITool = {
name: 'Roman numeral converter',

View file

@ -1,5 +1,5 @@
import { FileText } from '@vicons/tabler';
import type { ITool } from './../Tool';
import type { ITool } from '../tool';
export const tool: ITool = {
name: 'Text statistics',

View file

@ -1,5 +1,5 @@
import { ArrowsShuffle } from '@vicons/tabler';
import type { ITool } from './../Tool';
import type { ITool } from '../tool';
export const tool: ITool = {
name: 'Token generator',

View file

@ -1,5 +1,5 @@
import { Link } from '@vicons/tabler';
import type { ITool } from '../Tool';
import type { ITool } from '../tool';
export const tool: ITool = {
name: 'Encode/decode url formatted strings',

View file

@ -1,5 +1,5 @@
import { Unlink } from '@vicons/tabler';
import type { ITool } from './../Tool';
import type { ITool } from '../tool';
export const tool: ITool = {
name: 'Url parser',

View file

@ -1,5 +1,5 @@
import { Fingerprint } from '@vicons/tabler';
import type { ITool } from '../Tool';
import type { ITool } from '../tool';
export const tool: ITool = {
name: 'UUIDs v4 generator',