1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Transform into TypeScript

This commit is contained in:
Zhiyuan Zheng
2020-10-31 21:04:46 +01:00
parent 698b54868e
commit d2cc643b9c
57 changed files with 935 additions and 646 deletions

6
App.tsx Normal file
View File

@@ -0,0 +1,6 @@
import React from 'react'
import { Index } from 'src/Index'
const App: React.FC = () => <Index />
export default App