diff --git a/src/components/SortableComponentSelector.vue b/src/components/SortableComponentSelector.vue
new file mode 100644
index 0000000..d233e6f
--- /dev/null
+++ b/src/components/SortableComponentSelector.vue
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+
diff --git a/src/pages/PkgsUsage/SortableJSComps.page.vue b/src/pages/PkgsUsage/SortableJSComps.page.vue
new file mode 100644
index 0000000..1d010a9
--- /dev/null
+++ b/src/pages/PkgsUsage/SortableJSComps.page.vue
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
diff --git a/typed-router.d.ts b/typed-router.d.ts
index 7c3ca67..cda49fc 100644
--- a/typed-router.d.ts
+++ b/typed-router.d.ts
@@ -36,6 +36,7 @@ declare module 'vue-router/auto-routes' {
'PageStyle': RouteRecordInfo<'PageStyle', '/Page/Style', Record, Record>,
'PkgsUsageI18n': RouteRecordInfo<'PkgsUsageI18n', '/PkgsUsage/I18n', Record, Record>,
'PkgsUsageSortableJS': RouteRecordInfo<'PkgsUsageSortableJS', '/PkgsUsage/SortableJS', Record, Record>,
+ 'PkgsUsageSortableJSComps': RouteRecordInfo<'PkgsUsageSortableJSComps', '/PkgsUsage/SortableJSComps', Record, Record>,
'PkgsUsageTsEnumUtil': RouteRecordInfo<'PkgsUsageTsEnumUtil', '/PkgsUsage/ts-enum-util', Record, Record>,
'PkgsUsageVueDraggablePlus': RouteRecordInfo<'PkgsUsageVueDraggablePlus', '/PkgsUsage/VueDraggablePlus', Record, Record>,
'UIComponentsAntdV': RouteRecordInfo<'UIComponentsAntdV', '/UI-components/AntdV', Record, Record>,