mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Initial commit
This commit is contained in:
commit
d0a48513e9
28 changed files with 724 additions and 0 deletions
14
src/components/Feedback/Feedback.js
Normal file
14
src/components/Feedback/Feedback.js
Normal file
|
@ -0,0 +1,14 @@
|
|||
import React, { PureComponent } from 'react'
|
||||
import './Feedback.css'
|
||||
|
||||
class Feedback extends PureComponent {
|
||||
render () {
|
||||
return (
|
||||
<div>
|
||||
hello Feedback
|
||||
</div>
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
export default Feedback
|
Loading…
Add table
Add a link
Reference in a new issue