From 1268f3e0a9e96a745c92c741c49e3e8ef44410a7 Mon Sep 17 00:00:00 2001 From: Luiz Felipe Silva Date: Wed, 18 Jan 2023 23:51:00 -0300 Subject: [PATCH] chore: arrumado nome da pasta. --- .../{institucional => section}/Breadcrumb.module.scss | 0 src/components/{institucional => section}/Breadcrumb.tsx | 0 .../{institucional => section}/ContentContato.module.scss | 0 .../{institucional => section}/ContentContato.tsx | 0 .../{institucional => section}/ContentEntrega.tsx | 0 .../ContentInstitucional.module.scss | 0 .../{institucional => section}/ContentInstitucional.tsx | 0 .../{institucional => section}/ContentPagamento.tsx | 0 .../{institucional => section}/ContentSeguranca.tsx | 0 src/components/{institucional => section}/ContentSobre.tsx | 0 src/components/{institucional => section}/ContentTroca.tsx | 0 .../{institucional => section}/FormContato.module.scss | 0 src/components/{institucional => section}/FormContato.tsx | 0 src/components/{institucional => section}/FormSchema.tsx | 0 .../{institucional => section}/NavInstitucional.module.scss | 0 .../{institucional => section}/NavInstitucional.tsx | 0 src/components/{institucional => section}/Router.tsx | 0 .../{institucional => section}/Section.module.scss | 0 .../TitleInstitucional.module.scss | 0 .../{institucional => section}/TitleInstitucional.tsx | 0 src/pages/Section.tsx | 6 +++--- 21 files changed, 3 insertions(+), 3 deletions(-) rename src/components/{institucional => section}/Breadcrumb.module.scss (100%) rename src/components/{institucional => section}/Breadcrumb.tsx (100%) rename src/components/{institucional => section}/ContentContato.module.scss (100%) rename src/components/{institucional => section}/ContentContato.tsx (100%) rename src/components/{institucional => section}/ContentEntrega.tsx (100%) rename src/components/{institucional => section}/ContentInstitucional.module.scss (100%) rename src/components/{institucional => section}/ContentInstitucional.tsx (100%) rename src/components/{institucional => section}/ContentPagamento.tsx (100%) rename src/components/{institucional => section}/ContentSeguranca.tsx (100%) rename src/components/{institucional => section}/ContentSobre.tsx (100%) rename src/components/{institucional => section}/ContentTroca.tsx (100%) rename src/components/{institucional => section}/FormContato.module.scss (100%) rename src/components/{institucional => section}/FormContato.tsx (100%) rename src/components/{institucional => section}/FormSchema.tsx (100%) rename src/components/{institucional => section}/NavInstitucional.module.scss (100%) rename src/components/{institucional => section}/NavInstitucional.tsx (100%) rename src/components/{institucional => section}/Router.tsx (100%) rename src/components/{institucional => section}/Section.module.scss (100%) rename src/components/{institucional => section}/TitleInstitucional.module.scss (100%) rename src/components/{institucional => section}/TitleInstitucional.tsx (100%) diff --git a/src/components/institucional/Breadcrumb.module.scss b/src/components/section/Breadcrumb.module.scss similarity index 100% rename from src/components/institucional/Breadcrumb.module.scss rename to src/components/section/Breadcrumb.module.scss diff --git a/src/components/institucional/Breadcrumb.tsx b/src/components/section/Breadcrumb.tsx similarity index 100% rename from src/components/institucional/Breadcrumb.tsx rename to src/components/section/Breadcrumb.tsx diff --git a/src/components/institucional/ContentContato.module.scss b/src/components/section/ContentContato.module.scss similarity index 100% rename from src/components/institucional/ContentContato.module.scss rename to src/components/section/ContentContato.module.scss diff --git a/src/components/institucional/ContentContato.tsx b/src/components/section/ContentContato.tsx similarity index 100% rename from src/components/institucional/ContentContato.tsx rename to src/components/section/ContentContato.tsx diff --git a/src/components/institucional/ContentEntrega.tsx b/src/components/section/ContentEntrega.tsx similarity index 100% rename from src/components/institucional/ContentEntrega.tsx rename to src/components/section/ContentEntrega.tsx diff --git a/src/components/institucional/ContentInstitucional.module.scss b/src/components/section/ContentInstitucional.module.scss similarity index 100% rename from src/components/institucional/ContentInstitucional.module.scss rename to src/components/section/ContentInstitucional.module.scss diff --git a/src/components/institucional/ContentInstitucional.tsx b/src/components/section/ContentInstitucional.tsx similarity index 100% rename from src/components/institucional/ContentInstitucional.tsx rename to src/components/section/ContentInstitucional.tsx diff --git a/src/components/institucional/ContentPagamento.tsx b/src/components/section/ContentPagamento.tsx similarity index 100% rename from src/components/institucional/ContentPagamento.tsx rename to src/components/section/ContentPagamento.tsx diff --git a/src/components/institucional/ContentSeguranca.tsx b/src/components/section/ContentSeguranca.tsx similarity index 100% rename from src/components/institucional/ContentSeguranca.tsx rename to src/components/section/ContentSeguranca.tsx diff --git a/src/components/institucional/ContentSobre.tsx b/src/components/section/ContentSobre.tsx similarity index 100% rename from src/components/institucional/ContentSobre.tsx rename to src/components/section/ContentSobre.tsx diff --git a/src/components/institucional/ContentTroca.tsx b/src/components/section/ContentTroca.tsx similarity index 100% rename from src/components/institucional/ContentTroca.tsx rename to src/components/section/ContentTroca.tsx diff --git a/src/components/institucional/FormContato.module.scss b/src/components/section/FormContato.module.scss similarity index 100% rename from src/components/institucional/FormContato.module.scss rename to src/components/section/FormContato.module.scss diff --git a/src/components/institucional/FormContato.tsx b/src/components/section/FormContato.tsx similarity index 100% rename from src/components/institucional/FormContato.tsx rename to src/components/section/FormContato.tsx diff --git a/src/components/institucional/FormSchema.tsx b/src/components/section/FormSchema.tsx similarity index 100% rename from src/components/institucional/FormSchema.tsx rename to src/components/section/FormSchema.tsx diff --git a/src/components/institucional/NavInstitucional.module.scss b/src/components/section/NavInstitucional.module.scss similarity index 100% rename from src/components/institucional/NavInstitucional.module.scss rename to src/components/section/NavInstitucional.module.scss diff --git a/src/components/institucional/NavInstitucional.tsx b/src/components/section/NavInstitucional.tsx similarity index 100% rename from src/components/institucional/NavInstitucional.tsx rename to src/components/section/NavInstitucional.tsx diff --git a/src/components/institucional/Router.tsx b/src/components/section/Router.tsx similarity index 100% rename from src/components/institucional/Router.tsx rename to src/components/section/Router.tsx diff --git a/src/components/institucional/Section.module.scss b/src/components/section/Section.module.scss similarity index 100% rename from src/components/institucional/Section.module.scss rename to src/components/section/Section.module.scss diff --git a/src/components/institucional/TitleInstitucional.module.scss b/src/components/section/TitleInstitucional.module.scss similarity index 100% rename from src/components/institucional/TitleInstitucional.module.scss rename to src/components/section/TitleInstitucional.module.scss diff --git a/src/components/institucional/TitleInstitucional.tsx b/src/components/section/TitleInstitucional.tsx similarity index 100% rename from src/components/institucional/TitleInstitucional.tsx rename to src/components/section/TitleInstitucional.tsx diff --git a/src/pages/Section.tsx b/src/pages/Section.tsx index c2adc82..72712e2 100644 --- a/src/pages/Section.tsx +++ b/src/pages/Section.tsx @@ -2,9 +2,9 @@ import React from "react"; // Componentes -import { Breadcrumb } from "../components/institucional/Breadcrumb"; -import { TitleInstitucional } from "../components/institucional/TitleInstitucional"; -import { Institucional } from "../components/institucional/Router"; +import { Breadcrumb } from "../components/section/Breadcrumb"; +import { TitleInstitucional } from "../components/section/TitleInstitucional"; +import { Institucional } from "../components/section/Router"; const Section = () => { return ( -- 2.34.1