mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-24 21:12:38 -04:00
11 lines
260 B
JavaScript
11 lines
260 B
JavaScript
|
import NewsletterSection from '../../js/features/settings/components/newsletter-section'
|
||
|
|
||
|
export const Section = args => {
|
||
|
return <NewsletterSection {...args} />
|
||
|
}
|
||
|
|
||
|
export default {
|
||
|
title: 'Account Settings / Newsletter',
|
||
|
component: NewsletterSection,
|
||
|
}
|