chore: better Prettier config for easier reviews

This commit is contained in:
2023-10-23 23:33:39 +02:00
parent a8781724d4
commit 71ea41695f
209 changed files with 4093 additions and 4114 deletions

View File

@ -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>
)
}

View File

@ -1 +1 @@
export * from './Divider'
export * from "./Divider"