mirror of
https://github.com/IgnatZakalinsky/home-works.git
synced 2026-01-29 12:32:47 +00:00
hw8
This commit is contained in:
@@ -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>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user