import { Button } from '@/components' // 사이드바 하단: 공급사명 + 로그아웃 export function SidebarFooter() { return (
{/* TODO: 공급사명 (auth store 연동) */} -
) }