interstellar_ai/app/components/Documentation.tsx

10 lines
124 B
TypeScript
Raw Normal View History

2024-09-19 09:54:00 +02:00
import React from 'react';
2024-09-19 12:18:04 +02:00
const Documentation = () => {
2024-09-19 09:54:00 +02:00
return (
2024-10-09 13:59:36 +02:00
<div></div>
2024-09-19 09:54:00 +02:00
);
};
2024-09-19 12:18:04 +02:00
export default Documentation;