From cc4b17f91f60113eeff04f179e99228cfc62e92e Mon Sep 17 00:00:00 2001 From: Chesterkxng Date: Sun, 30 Jun 2024 23:17:48 +0000 Subject: [PATCH] update index --- src/pages/list/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/list/index.ts b/src/pages/list/index.ts index 88d4a49..9bc430a 100644 --- a/src/pages/list/index.ts +++ b/src/pages/list/index.ts @@ -1,3 +1,4 @@ +import { tool as listShuffle } from './shuffle/meta'; import { tool as listSort } from './sort/meta'; export const listTools = [listSort];