This commit is contained in:
neko
2022-06-07 22:01:39 +03:00
parent 286dbb31bb
commit 86a91342be
6 changed files with 217 additions and 1 deletions

View File

@@ -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>