feat: add BlogPost styles using CSS modules, refactor BlogPost component for improved styling and structure
This commit is contained in:
@@ -12,7 +12,7 @@ export const ContactForm = () => {
|
||||
|
||||
const [isSubmitting, setIsSubmitting] = useState(false);
|
||||
const [showSuccess, setShowSuccess] = useState(false);
|
||||
const [showError, setShowError] = useState(false);
|
||||
const [showError, ] = useState(false);
|
||||
|
||||
const handleChange = (e: React.ChangeEvent<HTMLInputElement | HTMLTextAreaElement | HTMLSelectElement>) => {
|
||||
const { name, value } = e.target;
|
||||
|
||||
Reference in New Issue
Block a user