Add Prettier configuration. Run Prettier

This commit is contained in:
Lennon Puldagrealy
2022-12-18 11:30:23 -08:00
parent ed47bcaa7a
commit f2be89fc73
22 changed files with 150 additions and 299 deletions
+1 -4
View File
@@ -5,10 +5,7 @@ const formClasses =
function Label({ id, children }) {
return (
<label
htmlFor={id}
className="mb-2 block text-sm font-semibold text-gray-900"
>
<label htmlFor={id} className="mb-2 block text-sm font-semibold text-gray-900">
{children}
</label>
);