Sign in
apache
/
paimon-website
/
refs/heads/master
/
.
/
src
/
app
/
components
/
layout
/
layout.component.html
blob: ccb2da3565172f9d16856ebf237ccd051be5d161 [
file
] [
log
] [
blame
]
<div
class
=
"flex h-screen flex-col bg-paimon-gray-14 text-paimon-text-base"
>
<paimon-header></paimon-header>
<main
class
=
"m-0"
>
<div
class
=
"w-full"
>
<ng-content></ng-content>
</div>
</main>
</div>