development #23

Merged
luizfelipe9627 merged 7 commits from development into main 2023-01-19 19:43:34 +00:00
21 changed files with 3 additions and 3 deletions
Showing only changes of commit 1a690b8ec6 - Show all commits

View File

@ -2,9 +2,9 @@
import React from "react";
// Componentes
import { Breadcrumb } from "../components/section/Breadcrumb";
import { TitleInstitucional } from "../components/section/TitleInstitucional";
import { Institucional } from "../components/section/Router";
import { Breadcrumb } from "../components/institucional/Breadcrumb";
import { TitleInstitucional } from "../components/institucional/TitleInstitucional";
import { Institucional } from "../components/institucional/Router";
const Section = () => {
return (