1
0
Fork 0
mirror of https://git.sr.ht/~ashkeel/strimertul synced 2024-09-20 02:00:49 +00:00
strimertul/frontend/src/ui/pages/Strimertul.tsx

6 lines
115 B
TypeScript
Raw Normal View History

2022-01-14 00:41:46 +00:00
import React from 'react';
export default function StrimertulPage(): React.ReactElement {
return <div></div>;
}