1
0
mirror of https://github.com/tooot-app/app synced 2025-02-09 16:38:41 +01:00
tooot/App.tsx

7 lines
119 B
TypeScript
Raw Normal View History

2020-10-31 21:04:46 +01:00
import React from 'react'
import { Index } from 'src/Index'
const App: React.FC = () => <Index />
export default App