fix: missing files

This commit is contained in:
Ibrahima G. Coulibaly
2024-06-23 20:26:08 +01:00
parent a8cd385880
commit 76a6613a4c
2 changed files with 6 additions and 0 deletions

3
src/pages/image/index.ts Normal file
View File

@@ -0,0 +1,3 @@
import { pngTools } from './png';
export const imageTools = [...pngTools];

View File

@@ -0,0 +1,3 @@
import { tool as changeColorsInPng } from './change-colors-in-png/meta';
export const pngTools = [changeColorsInPng];