mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 01:06:23 +02:00
7 lines
130 B
TypeScript
7 lines
130 B
TypeScript
"use client";
|
|
|
|
import ClientWrapper from "./client-wrapper";
|
|
|
|
export default function ApiKeyPage() {
|
|
return <ClientWrapper />;
|
|
}
|