local M = {} function M.setup_page(self) self.druid:new_scroll("simple_scroll_content", "simple_scroll_input") end return M