main (#137)
Reviewed-on: https://interstellardevelopment.org/code/code/React-Group/interstellar_ai/pulls/137 Reviewed-by: Patrick <patrick_pluto@noreply.localhost> Co-authored-by: sageTheDM <info@photofuel.tech> Co-committed-by: sageTheDM <info@photofuel.tech>
This commit is contained in:
parent
f9bce3b22a
commit
91353bd051
34 changed files with 682 additions and 567 deletions
app/components
|
@ -1,6 +1,7 @@
|
|||
import React from 'react';
|
||||
|
||||
const Documentation = () => {
|
||||
// Documentation Component
|
||||
const Documentation: React.FC = () => {
|
||||
return (
|
||||
<section id="documentation" className="documentation-section">
|
||||
<div className='docDiv'>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue