Fix download button & improvements

This commit is contained in:
pheralb
2022-03-04 13:34:58 +00:00
parent ac2a81563b
commit b67dcc0be9
9 changed files with 80 additions and 59 deletions
+9
View File
@@ -0,0 +1,9 @@
import React from 'react'
const Index = () => {
return (
<div>Index</div>
)
}
export default Index