Skip to content

Commit 148e7ab

Browse files
committed
fix: remove unused import
1 parent 235043c commit 148e7ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.storybook/addons/yaml-addon/register.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as React from 'react';
22
import {AddonPanel} from '@storybook/components';
33
import {addons, types, useGlobals, useArgs} from '@storybook/manager-api';
4-
import yaml, {JSON_SCHEMA} from 'js-yaml';
4+
import yaml from 'js-yaml';
55
import {ClipboardButton, ThemeProvider} from '@gravity-ui/uikit';
66

77
import './AddonYaml.css';

0 commit comments

Comments
 (0)