feat(ext/vault): wire renderSettings / teardownSettings from settings component

This commit is contained in:
adlee-was-taken
2026-05-03 21:27:45 -04:00
parent 1d4b018f9a
commit ade44b4ea1
2 changed files with 8 additions and 2 deletions

View File

@@ -189,3 +189,8 @@ async function renderDisplaySection(): Promise<void> {
updateSwatch(swatch, DEFAULT_DIGIT_COLOR, DEFAULT_SYMBOL_COLOR);
});
}
// DEV-B interface contract stub — will be replaced with real teardown logic at merge time
export function teardownSettings(): void {
// no-op stub
}