interstellar_ai/app/components/Documentation.tsx
2024-10-09 13:59:36 +02:00

9 lines
124 B
TypeScript

import React from 'react';
const Documentation = () => {
return (
<div></div>
);
};
export default Documentation;