Docker deploy yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-03-18 22:24:25 +03:00
parent 2198e134d6
commit 2c4cd8ca5d
7 changed files with 100 additions and 44 deletions

9
app/components/Footer.js Normal file
View File

@@ -0,0 +1,9 @@
import { Component } from 'react'
export default class Footer extends Component {
render () {
return (
<div>Footer</div>
)
}
}