File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/components/2_molecules/navigation Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
import React from "react" ;
2
2
3
- import CommunityFeatured from "./CommunityFeatured " ;
3
+ import CommunityFeatured from "./communityFeatured " ;
4
4
import CommunityPrimary from "./communityPrimary" ;
5
5
import CommunityServices from "./communityServices" ;
6
6
Original file line number Diff line number Diff line change 1
1
import React from "react" ;
2
2
3
- import ProductsFeatured from "./ProductsFeatured " ;
3
+ import ProductsFeatured from "./productsFeatured " ;
4
4
import ProductsCompute from "./productsCompute" ;
5
5
import ProductsStorage from "./productsStorage" ;
6
6
import ProductsServices from "./productsServices" ;
Original file line number Diff line number Diff line change 1
1
import React from "react" ;
2
- import WhyFeatured from "./WhyFeatured " ;
2
+ import WhyFeatured from "./whyFeatured " ;
3
3
import WhyPrimary from "./whyPrimary" ;
4
4
import WhyServices from "./whyServices" ;
5
5
You can’t perform that action at this time.
0 commit comments