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/App.tsx

6 lines
99 B
TypeScript
Raw Normal View History

2021-12-09 09:45:38 +00:00
import React from 'react';
2021-09-17 09:55:15 +00:00
2021-12-09 09:45:38 +00:00
export default function App(): JSX.Element {
return <main></main>;
2021-05-02 12:29:43 +00:00
}