mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Create index.tsx
This commit is contained in:
parent
2358ed785a
commit
b3068cf125
12
documentation/src/components/install/index.tsx
Normal file
12
documentation/src/components/install/index.tsx
Normal 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;
|
Loading…
Reference in New Issue
Block a user