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