interstellar_ai/app/Documentation.tsx

14 lines
148 B
TypeScript
Raw Normal View History

2024-09-19 09:54:00 +02:00
// AI.tsx
import React from 'react';
const AI: React.FC = () => {
return (
<div>
<h1>hans</h1>
</div>
);
};
export default AI;