This commit is contained in:
neko
2022-06-15 12:56:12 +03:00
parent 86f6b191d2
commit b22468011d
3 changed files with 105 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ import React from 'react'
import HW6 from '../../hw06/HW6'
import HW7 from '../../hw07/HW7'
import HW8 from '../../hw08/HW8'
import HW9 from '../../hw09/HW9'
function Junior() {
return (
@@ -10,7 +11,7 @@ function Junior() {
<HW6/>
<HW7/>
<HW8/>
{/*<HW9/>*/}
<HW9/>
</div>
)
}