Stefan Pejcic 1 рік тому
батько
коміт
b3068cf125
1 змінених файлів з 12 додано та 0 видалено
  1. 12 0
      documentation/src/components/install/index.tsx

+ 12 - 0
documentation/src/components/install/index.tsx

@@ -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;