This is an automated email from the ASF dual-hosted git repository.
kriszu pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampark-website.git
The following commit(s) were added to refs/heads/dev by this push:
new 201cc16f fix: build error
201cc16f is described below
commit 201cc16fde1d24159f2d07979853a2ce6012f60a
Author: kriszu <[email protected]>
AuthorDate: Tue Feb 11 12:39:35 2025 +0800
fix: build error
---
src/pages/home/FeatureIcon.jsx | 4 ++++
src/pages/home/feature.data.jsx | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/src/pages/home/FeatureIcon.jsx b/src/pages/home/FeatureIcon.jsx
index cbae7e35..4d6d6959 100644
--- a/src/pages/home/FeatureIcon.jsx
+++ b/src/pages/home/FeatureIcon.jsx
@@ -310,3 +310,7 @@ export function UnifiedIcon() {
</>
);
}
+
+export default function () {
+ return <div></div>;
+}
diff --git a/src/pages/home/feature.data.jsx b/src/pages/home/feature.data.jsx
index db8ca469..1c8b4940 100644
--- a/src/pages/home/feature.data.jsx
+++ b/src/pages/home/feature.data.jsx
@@ -58,3 +58,7 @@ export const featureCardStyle = {
icon: <StableIcon />,
},
};
+
+export default function () {
+ return <div></div>;
+}