chore: better Prettier config for easier reviews
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
export const Divider: React.FC = () => {
|
||||
return (
|
||||
<div className='relative mb-3 flex h-[2px] w-full justify-center'>
|
||||
<div className='absolute h-[2px] w-8/12 rounded-full bg-gray-600 dark:bg-white/20'></div>
|
||||
<div className="relative mb-3 flex h-[2px] w-full justify-center">
|
||||
<div className="absolute h-[2px] w-8/12 rounded-full bg-gray-600 dark:bg-white/20"></div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
export * from './Divider'
|
||||
export * from "./Divider"
|
||||
|
Reference in New Issue
Block a user