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