This commit is contained in:
neko
2022-06-15 12:22:45 +03:00
parent d0237fd2db
commit 86f6b191d2
6 changed files with 140 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
import React from 'react'
import HW6 from '../../hw06/HW6'
import HW7 from '../../hw07/HW7'
import HW8 from '../../hw08/HW8'
function Junior() {
return (
@@ -8,7 +9,7 @@ function Junior() {
junior page
<HW6/>
<HW7/>
{/*<HW8/>*/}
<HW8/>
{/*<HW9/>*/}
</div>
)