mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-10 14:28:57 +00:00
feat(FRONTEND): Moved User Dropdown to Search Space Dashboard
This commit is contained in:
parent
51875e5b8e
commit
d103e21a68
7 changed files with 169 additions and 98 deletions
6
surfsense_web/app/dashboard/api-key/page.tsx
Normal file
6
surfsense_web/app/dashboard/api-key/page.tsx
Normal file
|
@ -0,0 +1,6 @@
|
|||
import React from 'react'
|
||||
import ClientWrapper from './client-wrapper'
|
||||
|
||||
export default function ApiKeyPage() {
|
||||
return <ClientWrapper />
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue