mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-24 21:12:38 -04:00
3c124667ba
[SettingsPage] Split Misc Section GitOrigin-RevId: b6fc60c571dfaf3aec542f3df8dc826a0ba3ab58
10 lines
250 B
JavaScript
10 lines
250 B
JavaScript
import SessionsSection from '../../js/features/settings/components/sessions-section'
|
|
|
|
export const Section = args => {
|
|
return <SessionsSection {...args} />
|
|
}
|
|
|
|
export default {
|
|
title: 'Account Settings / Sessions',
|
|
component: SessionsSection,
|
|
}
|