class Avo::SidebarComponent

def stimulus_target

def stimulus_target
  @for_mobile ? "mobileSidebar" : "sidebar"
end