consertando problema com as pastas
All checks were successful
Frontend Build and Deploy / build (push) Successful in 22s

This commit is contained in:
2025-06-10 13:24:52 -03:00
parent b141218adf
commit add1db4376
9 changed files with 217 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ import AssetsComponent from './AssetsComponent';
import BasicCandidateInfoComponent from './BasicCandidateInfoComponent';
import SocialMediaComponent from './SocialMediaComponent';
import IncomeExpenseComponent from './IncomeExpenseComponent';
import Button from '../../Components/Button';
import Button from '../../shared/Button';
const CandidatePage: React.FC = () => {
const { id } = useParams<{ id: string }>();