frontend-zackeneule/source/pages/index/logic.ts

7 lines
105 B
TypeScript
Raw Normal View History

2024-04-30 01:32:40 +02:00
lib_plankton.zoo_page.register(
"index",
async (parameters, target_element) => {
// do nothing
}
);