diff --git a/documentation/src/components/install/index.tsx b/documentation/src/components/install/index.tsx new file mode 100644 index 00000000..1c0cadf1 --- /dev/null +++ b/documentation/src/components/install/index.tsx @@ -0,0 +1,12 @@ +import React from "react"; + +const InstallSection: React.FC = () => { + return ( +
This is your installation guide...
+