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

@@ -5,7 +5,7 @@ import Typography from '@mui/material/Typography';
import Button from '@mui/material/Button';
import IconButton from '@mui/material/IconButton';
import { Link, useNavigate } from 'react-router-dom';
import githubIcon from '../../assets/github-mark.png'; // Adjust the path to your GitHub icon
import githubIcon from '@assets/github-mark.png'; // Adjust the path to your GitHub icon
const Navbar: React.FC = () => {
const navigate = useNavigate();

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',