9 lines
108 B
JavaScript
Raw Normal View History

2022-03-04 13:34:58 +00:00
import React from 'react'
const Index = () => {
return (
<div>Index</div>
)
}
export default Index