Sign in
bazel
/
continuous-integration
/
6cff8c5bcc357e78064366e41b9d02eaa7658a72
/
.
/
dashboard
/
client
/
pages
/
index.tsx
blob: 6784bca3bd168c0c0ecf9554e91c00bed05ce00a [
file
] [
log
] [
blame
]
import
Layout
from
"../src/Layout"
;
import
RepoDashboard
from
"../src/RepoDashboard"
;
export
default
function
Page
()
{
return
(
<
Layout
>
<
RepoDashboard
owner
=
"bazelbuild"
repo
=
"bazel"
/>
</
Layout
>
);
}