mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-04-10 16:30:18 +02:00
6 lines
66 B
JavaScript
6 lines
66 B
JavaScript
const Index = () => {
|
|
return null;
|
|
};
|
|
|
|
export default Index;
|