Sign in
apache
/
doris-website
/
refs/heads/refine_sql_cache
/
.
/
src
/
theme
/
Navbar
/
index.js
blob: d18a258ca9af2659bf056c6915cec983943bd3ea [
file
] [
log
] [
blame
]
import
React
from
'react'
;
import
NavbarLayout
from
'@theme/Navbar/Layout'
;
import
NavbarContent
from
'@theme/Navbar/Content'
;
export
default
function
Navbar
()
{
return
(
<
NavbarLayout
>
<
NavbarContent
/>
</
NavbarLayout
>
);
}