Changed lotsa stuff 2

This commit is contained in:
mrfry 2021-03-23 20:00:52 +01:00
parent 7bb7b919ae
commit 1f90e62ac3
10 changed files with 119 additions and 190 deletions

View file

@ -3,6 +3,7 @@ import Head from 'next/head'
import Sleep from '../components/sleep'
import Todos from '../components/todoStuff/todos'
import FeedbackArea from '../components/feedbackArea'
import constants from '../constants.json'
import styles from './contribute.module.css'
@ -37,6 +38,7 @@ export default function contribute() {
Itt írhatsz új todo-ra ötleteket, vagy jelezhetsz hogy egyikben
segítenél
</div>
<FeedbackArea from={'contribute'} />
<hr />
<Todos />
<Sleep />