Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
mehm8128 committed Sep 24, 2024
1 parent 91e3395 commit 840928a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions code/addons/backgrounds/src/manager.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import React from 'react';

import { addons, types } from 'storybook/internal/manager-api';
import { styled } from 'storybook/internal/theming';

Expand Down
2 changes: 1 addition & 1 deletion code/core/src/manager/components/preview/tools/zoom.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import type { MouseEventHandler, PropsWithChildren, SyntheticEvent } from 'react
import React, { Component, createContext, memo, useCallback } from 'react';

import { IconButton, Separator } from '@storybook/core/components';
import { styled } from '@storybook/core/theming';
import type { Addon_BaseType } from '@storybook/core/types';
import { ZoomIcon, ZoomOutIcon, ZoomResetIcon } from '@storybook/icons';
import { styled } from '@storybook/core/theming';

import { types } from '@storybook/core/manager-api';

Expand Down

0 comments on commit 840928a

Please sign in to comment.