11 lines
250 B
JavaScript
11 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,
|
|
}
|