From cc388f8d4efd89ec8a96587f53c89013318b8c5c Mon Sep 17 00:00:00 2001 From: Charles de Dreuille Date: Wed, 11 Oct 2023 11:30:48 +0100 Subject: [PATCH] Update App.tsx --- code/ui/manager/src/App.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/ui/manager/src/App.tsx b/code/ui/manager/src/App.tsx index c2dc3ad7c80b..394016ff5708 100644 --- a/code/ui/manager/src/App.tsx +++ b/code/ui/manager/src/App.tsx @@ -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'; @@ -25,7 +24,6 @@ export const App = ({ managerLayoutState, setManagerLayoutState, pages }: Props) return ( <> -