diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 7da644a..142bd3f 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,15 +4,10 @@
-
-
-
-
+
-
-
-
-
+
+
@@ -187,15 +182,7 @@
-
-
-
-
- 1718836910916
-
-
-
- 1718836910916
+
@@ -581,7 +568,15 @@
1719296145699
-
+
+
+ 1719297880629
+
+
+
+ 1719297880629
+
+
@@ -602,7 +597,6 @@
-
@@ -627,7 +621,8 @@
-
+
+
diff --git a/src/pages/image/png/create-transparent/meta.ts b/src/pages/image/png/create-transparent/meta.ts
index e9cfefa..8362377 100644
--- a/src/pages/image/png/create-transparent/meta.ts
+++ b/src/pages/image/png/create-transparent/meta.ts
@@ -1,11 +1,11 @@
import { defineTool } from '@tools/defineTool';
import { lazy } from 'react';
-// import image from '@assets/text.png';
+import image from '@assets/image.png';
export const tool = defineTool('png', {
name: 'Create transparent PNG',
path: 'create-transparent',
- // image,
+ image,
description:
"World's simplest online Portable Network Graphics transparency maker. Just import your PNG image in the editor on the left and you will instantly get a transparent PNG on the right. Free, quick, and very powerful. Import a PNG – get a transparent PNG.",
keywords: ['create', 'transparent'],
diff --git a/src/pages/image/png/create-transparent/service.ts b/src/pages/image/png/create-transparent/service.ts
deleted file mode 100644
index e69de29..0000000