CSS Update React

This commit is contained in:
Sage The DM 2024-09-19 12:18:04 +02:00
parent 2ca0689167
commit 79acf4aa52
11 changed files with 389 additions and 108 deletions

View file

@ -4,7 +4,7 @@ import InputBackend from './InputBackend';
const AI: React.FC = () => {
return (
<div className="ai-container">
<div>
<InputBackend />
</div>
);