root.component.js 129 Bytes Raw Blame History Permalink 1 2 3 4 5 import React from "react"; export default function Root(props) { return <div>상단 네비게이션 바 컴포넌트</div>; }