Explorar o código

Create index.tsx

Stefan Pejcic hai 1 ano
pai
achega
b3068cf125
Modificáronse 1 ficheiros con 12 adicións e 0 borrados
  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;