Sign in
apache
/
hamilton
/
refs/heads/fix/sdk-code-display
/
.
/
ui
/
frontend
/
src
/
components
/
dashboard
/
Settings
/
Settings.tsx
blob: 2075ea6e8bfe94d586dbb7552b11ba0b90c57f11 [
file
] [
log
] [
blame
]
import
React
from
"react"
;
import
{
ApiKeys
}
from
"./ApiKeys"
;
const
Settings
=
()
=>
{
return
(
<div>
<
ApiKeys
/>
</
div
>
);
};
export
default
Settings
;