1
0
mirror of https://github.com/tooot-app/app synced 2025-02-18 12:50:46 +01:00
tooot/App.jsx

7 lines
107 B
React
Raw Normal View History

import React from 'react'
import Index from './src/Index'
const App = () => <Index />
2020-10-23 09:22:17 +02:00
export default App