From b1c66e4a26a6838947a72f3dd9797bc11940fa3a Mon Sep 17 00:00:00 2001 From: Maria Sola Date: Thu, 8 Jun 2023 16:48:40 +0200 Subject: [PATCH] chart changed from Methodology to Service --- .DS_Store | Bin 0 -> 10244 bytes .../src/containers/methodology/component.tsx | 2 -- .../chart/component.tsx | 0 .../{methodology => the-service}/chart/index.ts | 0 .../src/containers/the-service/component.tsx | 2 ++ 5 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 .DS_Store rename marketing/src/containers/{methodology => the-service}/chart/component.tsx (100%) rename marketing/src/containers/{methodology => the-service}/chart/index.ts (100%) diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..51d2c1987a3525bad074bc3e44d75ec5dde43e89 GIT binary patch literal 10244 zcmeHM&u<$=6n>Mq$+}Kc=NB~mkSu&bY6vNf+5^$ZcdXrY zLK>y=8BY8GaOcDoi3>+AT)83s1h{fQ^n0`Gc6aSu+bWuocHivm_ujnuX6CKunTSNW z*StnlAR+@7%ls5>BMQIgYp9GxEpI{!=o1Ab$)g7D?hslxXa+O`ngPv#WU$V@?0BiZYdfW}EerxUqH$H#xx3BkEB-iB?vh#H?O? zhK2{oBydi_O6mNB9^yI^&~fRII-Gw^Pa!B|C{?FK9XD#T2d4U9^5mcc?=5 zXcKZ7_M0g^c#_bYK>ou4Cl>rk@xq>*jjbQ~-H7X->s`n8gO!y(#MpS|!o;L8Y2=KD z)kpHE8kj-PFPq+de%g`JsSoOAeb=^*YWev!=?13lTAos{n-(AsKDXVbJSxkc+w_%g zHGE-YjchG{<>ch%%8jMM2iI3mmkK90udgl@ZmeEAJm#rHqlt{pfXSAL^rokSFb zv2v2-TRbMlZ#NF3F^S&?WBMzfAB-w{F*kK-`f`3|c5Y^VW?|vA*RL!rzOndLEk9Q` z8wYKVyZJY`47^SYHQK`>|Ea&!(W;R`ZMJO*_Y3VCJ7UD06o_ z%W{>y%~s2|g1uOMzm~u3H$3S$Thg}!Te|xXd~m%HSe*^GCDG#{c;4*tD}UGWe8?f4 zy@!rjx13G4EQ3IH_D#<--L_ReW+Yo{NO#M#*wUVjI*+Az>z|O%V(H^S<=wE7r(#$k zDwg(tRdr*2&=g6L-EpOBWs9Y)sKubGSi+ysE*;Qg`i{P*AL$qRjsB#+=|3?k7R5W_ zs#p~tiCf~X_)KhzhG+^~d==`C4JMiwZmb9&4~dCBta`2^U2J^yb74*;0VR6njqn}< zi-%3uK;5J|+IWKmbe!Buf|pNx3uX|MOyJBE?%x#77~o*rBtIQ2I2n%J z;2kF{I|vDqb+O5h@#G}?RN>)=Sa`?*$pL2>wk&F)-yTLaYQrbBDhMdMRKs@S*1#n1Gb$A zx&~I3saWKXg)@@(xb-Y}HQ_V!9-QS*qK6S0=Oj#y7+Go$WwAagSS9OVxiV^J9~Wg;rGlGE$3v=gJRUe5uTmFi kTR~kF)Jt4}?1vIHlo$VJfIk1LgswjSzqB;z%Rc`<1u60XF8}}l literal 0 HcmV?d00001 diff --git a/marketing/src/containers/methodology/component.tsx b/marketing/src/containers/methodology/component.tsx index eb353e5c0..9f2a0626d 100644 --- a/marketing/src/containers/methodology/component.tsx +++ b/marketing/src/containers/methodology/component.tsx @@ -8,7 +8,6 @@ import Steps from 'containers/methodology/steps'; import Step01 from 'containers/methodology/steps/01'; import Step02 from 'containers/methodology/steps/02'; import ContactUs from 'containers/methodology/contact-us'; -import Chart from 'containers/methodology/chart'; import KnowMore from 'containers/methodology/know-more'; import Testimonials from 'containers/testimonials'; @@ -48,7 +47,6 @@ const Methodology: React.FC = () => { - diff --git a/marketing/src/containers/methodology/chart/component.tsx b/marketing/src/containers/the-service/chart/component.tsx similarity index 100% rename from marketing/src/containers/methodology/chart/component.tsx rename to marketing/src/containers/the-service/chart/component.tsx diff --git a/marketing/src/containers/methodology/chart/index.ts b/marketing/src/containers/the-service/chart/index.ts similarity index 100% rename from marketing/src/containers/methodology/chart/index.ts rename to marketing/src/containers/the-service/chart/index.ts diff --git a/marketing/src/containers/the-service/component.tsx b/marketing/src/containers/the-service/component.tsx index 5574c563c..862db66e3 100644 --- a/marketing/src/containers/the-service/component.tsx +++ b/marketing/src/containers/the-service/component.tsx @@ -16,6 +16,7 @@ import Testimonials from 'containers/testimonials'; import Newsletter from 'containers/newsletter'; import ScrollDown from 'containers/scroll-down'; import BlogPosts from 'containers/blog-posts'; +import Chart from './chart/component'; const TheService: React.FC = () => { return ( @@ -40,6 +41,7 @@ const TheService: React.FC = () => { +