feat(wip): api key ui
This commit is contained in:
9
src/components/organisms/ApiKey.tsx
Normal file
9
src/components/organisms/ApiKey.tsx
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
import React from 'react'
|
||||||
|
|
||||||
|
const ApiKey = () => {
|
||||||
|
return (
|
||||||
|
<div>ApiKey</div>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
export default ApiKey
|
||||||
Reference in New Issue
Block a user