Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Date input and theme fixes #31

Merged
merged 13 commits into from
Jun 26, 2019
Merged
Prev Previous commit
Next Next commit
check version change
  • Loading branch information
razvan committed Jun 24, 2019
commit 732b827f6262b892b70520fb4d4b4f02ea24d8bf
2 changes: 1 addition & 1 deletion packages/axis-sample-package/src/SampleComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React from "react";
export const SampleComponent = props => {
return (
<div>
<p>Sample Component</p>
<p>Some Text here</p>
</div>
);
};