Skip to content

Commit

Permalink
Fix client-api import using preview-api
Browse files Browse the repository at this point in the history
  • Loading branch information
dottorblaster committed Jul 26, 2024
1 parent a9be15f commit 1450177
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable no-console, react/function-component-definition */
import React from 'react';
import { useArgs } from '@storybook/client-api';
import { useArgs } from '@storybook/preview-api';
import ApiKeySettingsModal from './ApiKeySettingsModal';

export default {
Expand Down

0 comments on commit 1450177

Please sign in to comment.