Skip to content

Commit

Permalink
Fix merging from dev issues
Browse files Browse the repository at this point in the history
  • Loading branch information
musale committed Dec 9, 2024
1 parent 6b56ffa commit 7a3a077
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/views/App.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Announced, getTheme, ITheme, styled } from '@fluentui/react';
import { getTheme, ITheme, styled } from '@fluentui/react';
import { FluentProvider, teamsHighContrastTheme, Theme, webDarkTheme, webLightTheme } from '@fluentui/react-components';
import { bindActionCreators, Dispatch } from '@reduxjs/toolkit';
import { Resizable } from 're-resizable';
Expand Down Expand Up @@ -46,7 +46,6 @@ import { SidebarV9 } from './sidebar/SidebarV9';
export interface IAppProps {
theme?: ITheme;
styles?: object;
appTheme: string;
profile: object;
appTheme: string;
graphExplorerMode: Mode;
Expand Down

0 comments on commit 7a3a077

Please sign in to comment.