Skip to content

Commit

Permalink
fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
SirCotare committed Oct 17, 2024
1 parent 52754c2 commit 8cdc4a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/section/SectionHeader/SectionHeader.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ReactNode } from 'react'
import { SectionHeaderArea } from './SectionHeaderArea'
import { SectionHeaderTitle } from './SectionHeaderTitle'
import { SectionHeaderRow, SectionHeaderRowLayout } from './SectionHeaderRow'
import { SectionHeaderTitle } from './SectionHeaderTitle'

export type SectionHeaderProps = {
title: ReactNode
Expand Down

0 comments on commit 8cdc4a4

Please sign in to comment.