mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-02 10:39:13 +00:00
7 lines
130 B
TypeScript
7 lines
130 B
TypeScript
"use client";
|
|
|
|
import ClientWrapper from "./client-wrapper";
|
|
|
|
export default function ApiKeyPage() {
|
|
return <ClientWrapper />;
|
|
}
|