fix: build

This commit is contained in:
Ibrahima G. Coulibaly
2024-06-23 20:49:05 +01:00
parent 0800aa52ad
commit dd2431cc95
5 changed files with 23 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
import { defineTool } from '@tools/defineTool';
import { lazy } from 'react';
import image from '../../../assets/text.png';
import image from '@assets/text.png';
export const tool = defineTool('image/png', {
name: 'Change colors in png',

View File

@@ -1,6 +1,6 @@
import { defineTool } from '../../../tools/defineTool';
import { defineTool } from '@tools/defineTool';
import { lazy } from 'react';
import image from '../../../assets/text.png';
import image from '@assets/text.png';
export const tool = defineTool('string', {
path: 'join',

View File

@@ -1,6 +1,6 @@
import { defineTool } from '../../../tools/defineTool';
import { defineTool } from '@tools/defineTool';
import { lazy } from 'react';
import image from '../../../assets/text.png';
import image from '@assets/text.png';
export const tool = defineTool('string', {
path: 'split',