mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-22 13:38:31 +00:00
- extract token saver into its own route /dashboard/token-saver - slim down EndpointPageClient - add token-saver nav to Header and Sidebar Co-authored-by: Cursor <cursoragent@cursor.com>
6 lines
128 B
JavaScript
6 lines
128 B
JavaScript
import TokenSaverClient from "./TokenSaverClient";
|
|
|
|
export default function TokenSaverPage() {
|
|
return <TokenSaverClient />;
|
|
}
|