mirror of
https://github.com/aljazceru/claude-code-viewer.git
synced 2026-01-03 13:44:23 +01:00
6 lines
117 B
TypeScript
6 lines
117 B
TypeScript
import { defineCapture } from "../utils/defineCapture";
|
|
|
|
export const homeCapture = defineCapture({
|
|
href: "/",
|
|
});
|