mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-26 01:19:33 +02:00
fix: build
This commit is contained in:
@@ -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',
|
||||
|
@@ -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',
|
||||
|
@@ -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',
|
||||
|
Reference in New Issue
Block a user