Fix contact form #9

Merged
sead merged 4 commits from fixes-13122025-2 into main 2025-12-13 17:17:22 +00:00
Showing only changes of commit 6537e3aee1 - Show all commits

View File

@@ -1,9 +1,5 @@
import React from 'react' import React from 'react'
import { Link } from 'gatsby' import { Section } from '../shared'
// import dcLogo from "../../images/dclogo.png";
import { Container, Section } from '../shared'
import { SolidButton } from '../shared/styledComponents' import { SolidButton } from '../shared/styledComponents'
import { StyledHeading, StyledDesc, InputStyled, StyledAnchor } from './style' import { StyledHeading, StyledDesc, InputStyled, StyledAnchor } from './style'