Remove commented out code
This commit is contained in:
@@ -17,5 +17,4 @@
|
||||
export { ProviderSettingsItem } from './ProviderSettingsItem';
|
||||
export { OAuthProviderSettings } from './OAuthProviderSettings';
|
||||
export { OIDCProviderSettings } from './OIDCProviderSettings';
|
||||
// export { UserProfile } from './UserProfile';
|
||||
export { SidebarUserSettings } from './UserSettings';
|
||||
|
||||
@@ -25,15 +25,11 @@ export {
|
||||
SidebarSpacer,
|
||||
} from './Items';
|
||||
export { IntroCard, SidebarIntro } from './Intro';
|
||||
// export { SidebarPinButton } from './PinButton';
|
||||
export {
|
||||
SIDEBAR_INTRO_LOCAL_STORAGE,
|
||||
SidebarContext,
|
||||
sidebarConfig,
|
||||
} from './config';
|
||||
export type { SidebarContextType } from './config';
|
||||
// export { SidebarThemeToggle } from './SidebarThemeToggle';
|
||||
// export { SidebarUserSettings } from './UserSettings';
|
||||
export { DefaultProviderSettings } from './DefaultProviderSettings';
|
||||
export * from './Settings';
|
||||
// export { SidebarUserSettings } from './UserSettings';
|
||||
|
||||
Reference in New Issue
Block a user