Skip to content

Commit e5eb214

Browse files
committed
feat(dev-hub) Versioning untracked file
1 parent bd67b4f commit e5eb214

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { HomePage as default } from "../../components/Pages/HomePage";
1+
export { Homepage as default } from "../../components/Pages/Homepage";

apps/developer-hub/src/components/Pages/Homepage/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { SectionCards, SectionCard } from "./section-card";
55
import SignalImage from "./signal.svg";
66
import { ProductCard } from "../../ProductCard";
77

8-
export const HomePage = () => {
8+
export const Homepage = () => {
99
return (
1010
<div className={styles.preview}>
1111
<section className={styles.sectionHero}>

0 commit comments

Comments
 (0)