This commit is contained in:
Stefan Pejcic
2024-09-18 16:30:56 +02:00
parent ae4c612987
commit b8c5011b76
1349 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
import React from "react";
const InstallSection: React.FC = () => {
return (
<div>
<h2>Installation Steps</h2>
<p>This is your installation guide...</p>
</div>
);
};
export default InstallSection;