@ddtcorex/dsh-maestro-config 0.1.2 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/client/index.tsx
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
//
|
|
2
|
-
import { MaestroSettingsTab } from './
|
|
1
|
+
// DSH-native redesign — reuses DSH tokens & primitive geometry maximally (see MaestroSettings.tsx).
|
|
2
|
+
import { MaestroSettingsTab } from './MaestroSettings.js'
|
|
3
3
|
import { MAESTRO_RPC_CHANNEL } from './api.js'
|
|
4
4
|
import { registerSettingsNavIcon, SETTINGS_NAV_MARKER } from './settings-nav-icon.js'
|
|
5
5
|
|