Skip to content

Commit c296e5b

Browse files
author
hzoppetti
committed
fixed caps on imports
1 parent fde0d84 commit c296e5b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/components/2_molecules/navigation/communityMenus.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from "react";
22

3-
import CommunityFeatured from "./CommunityFeatured";
3+
import CommunityFeatured from "./communityFeatured";
44
import CommunityPrimary from "./communityPrimary";
55
import CommunityServices from "./communityServices";
66

src/components/2_molecules/navigation/productsMenus.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from "react";
22

3-
import ProductsFeatured from "./ProductsFeatured";
3+
import ProductsFeatured from "./productsFeatured";
44
import ProductsCompute from "./productsCompute";
55
import ProductsStorage from "./productsStorage";
66
import ProductsServices from "./productsServices";

src/components/2_molecules/navigation/whyMenus.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from "react";
2-
import WhyFeatured from "./WhyFeatured";
2+
import WhyFeatured from "./whyFeatured";
33
import WhyPrimary from "./whyPrimary";
44
import WhyServices from "./whyServices";
55

0 commit comments

Comments
 (0)