mirror of
https://github.com/apricote/ein-pfeil-am-rechten-fleck.de.git
synced 2026-01-13 21:11:01 +00:00
4 lines
66 B
TypeScript
4 lines
66 B
TypeScript
|
|
export const Character = () => {
|
||
|
|
return <section></section>;
|
||
|
|
};
|