fix: radio and list sort init

This commit is contained in:
Ibrahima G. Coulibaly
2024-06-27 20:27:03 +01:00
parent 8650703266
commit a6eb5d59e9
11 changed files with 180 additions and 79 deletions

View File

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