mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2026-07-31 07:39:04 +02:00
4 lines
77 B
TypeScript
4 lines
77 B
TypeScript
export default function Tutorials() {
|
|
return <h1>List all tutorials</h1>;
|
|
}
|