Merge branch 'main' of interstellardevelopment.org:YasinOnm08/interstellar_ai
This commit is contained in:
commit
fe2bfa60ce
16 changed files with 414 additions and 118 deletions
10
app/AI.tsx
10
app/AI.tsx
|
@ -1,15 +1,15 @@
|
|||
// AI.tsx
|
||||
import React from 'react';
|
||||
import InputBackend from './InputBackend';
|
||||
import InputOutputBackend from './InputOutputHandler';
|
||||
|
||||
const AI: React.FC = () => {
|
||||
return (
|
||||
<div className="ai-container">
|
||||
<InputOutputBackend/>
|
||||
<InputBackend />
|
||||
<div>
|
||||
<div className="ai-container">
|
||||
<InputBackend />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default AI;
|
||||
export default AI;
|
Loading…
Add table
Add a link
Reference in a new issue