1
0
mirror of https://github.com/tooot-app/app synced 2025-02-03 20:07:52 +01:00
tooot/App.tsx
2020-10-31 21:04:46 +01:00

7 lines
119 B
TypeScript

import React from 'react'
import { Index } from 'src/Index'
const App: React.FC = () => <Index />
export default App