mirror of
https://github.com/IgnatZakalinsky/home-works.git
synced 2026-02-02 04:52:04 +00:00
hw7
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
import React from 'react'
|
||||
import HW6 from '../../hw06/HW6'
|
||||
import HW7 from '../../hw07/HW7'
|
||||
|
||||
function Junior() {
|
||||
return (
|
||||
<div id={'hw5-page-junior'}>
|
||||
junior page
|
||||
<HW6/>
|
||||
{/*<HW7/>*/}
|
||||
<HW7/>
|
||||
{/*<HW8/>*/}
|
||||
{/*<HW9/>*/}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user