diff --git a/packages/sage-react/lib/Introduction.jsx b/packages/sage-react/lib/Introduction.jsx index d954c58236..7934cc45e1 100644 --- a/packages/sage-react/lib/Introduction.jsx +++ b/packages/sage-react/lib/Introduction.jsx @@ -1,5 +1,4 @@ import React from 'react'; -import PackageInfo from '../../../docs/package.json'; export const Introduction = () => (
@@ -20,9 +19,5 @@ export const Introduction = () => (


Happy coding! 🚀

-
-

Version Information

-

{`v${PackageInfo.version}`}

-

Change log for {`v${PackageInfo.version}`}.

);