Skip to content
Closed
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// @ts-nocheck
import { AutoroutingPipelineDebugger } from "lib/testing/AutoroutingPipelineDebugger"
import bugReportJson from "./bugreport5-70a81d.json"

export default () => {
return <AutoroutingPipelineDebugger srj={bugReportJson.simple_route_json} />
}
Loading