mirror of
https://github.com/aljazceru/claude-code-viewer.git
synced 2025-12-27 02:04:22 +01:00
6 lines
140 B
TypeScript
6 lines
140 B
TypeScript
import { defineCapture } from "../utils/defineCapture";
|
|
|
|
export const errorPagesCapture = defineCapture({
|
|
href: "/non-existent-page",
|
|
});
|