diff --git a/src/app/sandbox/layout/RightPanel.tsx b/src/app/sandbox/layout/RightPanel.tsx index 4768997c1..bac315071 100644 --- a/src/app/sandbox/layout/RightPanel.tsx +++ b/src/app/sandbox/layout/RightPanel.tsx @@ -1,5 +1,4 @@ import { SignOut } from '@phosphor-icons/react'; -import React from 'react'; import { Card } from '../../../common/components/Card'; import { useAppSelector } from '../../../common/state/hooks'; @@ -65,7 +64,12 @@ export function RightPanel() { ml="8px" > - } aria-label={'sign out'} /> + } + aria-label={'sign out'} + />