mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Rename api-key file to api
This commit is contained in:
parent
0586b8b97e
commit
d0d22363da
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ interface ApiKey {
|
|||
usedAt: string
|
||||
}
|
||||
|
||||
export default function ApiKeys(): JSX.Element {
|
||||
export default function Api(): JSX.Element {
|
||||
const { apiKeys, revalidate } = useGetApiKeysQuery()
|
||||
const [onDeleteId, setOnDeleteId] = useState<string>('')
|
||||
const [addModelOpen, setAddModelOpen] = useState(false)
|
||||
Loading…
Reference in a new issue