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