mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-10-29 21:02:13 +01:00
6 lines
104 B
TypeScript
6 lines
104 B
TypeScript
import React from "react";
|
|
|
|
export default function ContentTable() {
|
|
return <div>ContentTable</div>;
|
|
}
|