2022-03-04 13:34:58 +00:00

9 lines
108 B
JavaScript

import React from 'react'
const Index = () => {
return (
<div>Index</div>
)
}
export default Index