tooot/App.jsx

7 lines
107 B
JavaScript

import React from 'react'
import Index from './src/Index'
const App = () => <Index />
export default App