@codecademy/gamut

68.2.168.2.2-alpha.8940e8.0
dist/BarChart/BarRow/index.d.ts
~dist/BarChart/BarRow/index.d.tsModified
−1
Index: package/dist/BarChart/BarRow/index.d.ts
===================================================================
--- package/dist/BarChart/BarRow/index.d.ts
+++ package/dist/BarChart/BarRow/index.d.ts
@@ -1,5 +1,4 @@
-/// <reference types="react" />
 import { BarProps } from '../shared/types';
 export type BarRowProps = BarProps & {
     index?: number;
 };