function init() { console.log('Spotlight page loaded - clean version without theater effects'); } function teardown() { console.log('Teardown called'); } export { init, teardown };