Skip to content

Commit

Permalink
chore: update organization
Browse files Browse the repository at this point in the history
  • Loading branch information
cesaroeduardo committed Sep 25, 2024
1 parent 0ffedfa commit 4414f1c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

import Container from '../../../templates/container'
import SectionHighlight from '../../../templates/sectionhighlight'
import Container from '../../../templates/container/Container'
import SectionHighlight from '../../../templates/sectionhighlight/SectionHighlight'
import Rules from '../../rules'

export default {
title: 'Blocks/Sections/section-highlight',
title: 'Blocks/Banner/banner-architecture',
tags: ['autodocs'],
parameters: {
docs: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import LinkButton from '../../../templates/linkbutton/LinkButton'
import Rules from '../../rules'

export default {
title: 'Blocks/Extras/banner-end-cta',
title: 'Blocks/Banner/banner-get-started',
tags: ['autodocs'],
parameters: {
docs: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Container from '../../../templates/container/Container'
import Rules from '../../rules'

export default {
title: 'Blocks/Extras/banner-live-map',
title: 'Blocks/Banner/banner-live-map',
tags: ['autodocs'],
parameters: {
docs: {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import HeroBlockBase from '../../../templates/herobase'
import LinkButton from '../../../templates/linkbutton'
import ContentLogoBlock from '../../../templates/contentlogo'
import Container from '../../../templates/container'
import HeroBlockBase from '../../../templates/herobase/HeroBase'
import LinkButton from '../../../templates/linkbutton/LinkButton'
import ContentLogoBlock from '../../../templates/contentlogo/ContentLogo'
import Container from '../../../templates/container/Container'
import Rules from '../../rules'

export default {
title: 'Blocks/Hero/hero-home-vertical',
title: 'Blocks/Hero/hero-home',
tags: ['autodocs'],
parameters: {
docs: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import CardGridListWithLoadMore from '../../../templates/cardgridlistwithloadmor
import Container from '../../../templates/container/Container'

export default {
title: 'Blocks/Extras/content-related-blog',
title: 'Blocks/List/content-related-blog',
tags: ['autodocs'],
argTypes: {

Expand Down

0 comments on commit 4414f1c

Please sign in to comment.