6 lines
100 B
TypeScript
6 lines
100 B
TypeScript
/**
|
|
* Settings UI entry point (re-export).
|
|
*/
|
|
|
|
export { showSettingsUI } from "./settings/ui.js";
|