mirror of
https://github.com/aljazceru/claude-code-viewer.git
synced 2025-12-25 09:14:22 +01:00
6 lines
129 B
TypeScript
6 lines
129 B
TypeScript
import { defineCapture } from "../utils/defineCapture";
|
|
|
|
export const projectsCapture = defineCapture({
|
|
href: "/projects",
|
|
});
|