update index

This commit is contained in:
Chesterkxng 2024-06-30 23:17:48 +00:00
commit cc4b17f91f

View file

@ -1,3 +1,4 @@
import { tool as listShuffle } from './shuffle/meta';
import { tool as listSort } from './sort/meta';
export const listTools = [listSort];