aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-docs/src/components/custom_enum.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/react-docs/src/components/custom_enum.tsx')
-rw-r--r--packages/react-docs/src/components/custom_enum.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/react-docs/src/components/custom_enum.tsx b/packages/react-docs/src/components/custom_enum.tsx
index 797372f35..c4252d9e2 100644
--- a/packages/react-docs/src/components/custom_enum.tsx
+++ b/packages/react-docs/src/components/custom_enum.tsx
@@ -3,7 +3,6 @@ import * as _ from 'lodash';
import * as React from 'react';
import { CustomType } from '../types';
-import { utils } from '../utils/utils';
const STRING_ENUM_CODE_PREFIX = ' strEnum(';