Skip to content

Commit 1289e25

Browse files
committed
route ts back to string...
1 parent a884624 commit 1289e25

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/app/components/FrontendTypes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export interface PerfData {
2222

2323
interface BarStackProp {
2424
snapshotId: string,
25-
route: string | URL,
25+
route: string,
2626
currentTab?: string,
2727
}
2828

src/app/components/StateRoute/PerformanceVisx/BarGraph.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// @ts-nocheck
22
import React, { useEffect, useState } from 'react';
33
import { BarStack } from '@visx/shape';
4-
import { SeriesPoint } from '@visx/shape/lib/types';
54
import { Group } from '@visx/group';
65
import { Grid } from '@visx/grid';
76
import { AxisBottom, AxisLeft } from '@visx/axis';

0 commit comments

Comments
 (0)