Skip to content

Commit

Permalink
Update App.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
cdedreuille committed Oct 11, 2023
1 parent 72f52d7 commit cc388f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/ui/manager/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import React from 'react';
import { Route } from '@storybook/router';

import { Global, createGlobal } from '@storybook/theming';
import { Symbols } from '@storybook/components';
import type { Addon_PageType } from '@storybook/types';
import Sidebar from './container/Sidebar';
import Preview from './container/Preview';
Expand All @@ -25,7 +24,6 @@ export const App = ({ managerLayoutState, setManagerLayoutState, pages }: Props)
return (
<>
<Global styles={createGlobal} />
<Symbols icons={['folder', 'component', 'document', 'bookmarkhollow']} />
<Layout
managerLayoutState={managerLayoutState}
setManagerLayoutState={setManagerLayoutState}
Expand Down

0 comments on commit cc388f8

Please sign in to comment.