add hw 11

This commit is contained in:
neko
2022-06-19 19:55:42 +03:00
parent 9c0c1c2e14
commit 598d34d5c7
5 changed files with 154 additions and 1 deletions

View File

@@ -1,12 +1,13 @@
import React from 'react'
import HW10 from '../../hw10/HW10'
import HW11 from '../../hw11/HW11'
function JuniorPlus() {
return (
<div id={'hw5-page-junior-plus'}>
junior plus page
<HW10/>
{/*<HW11/>*/}
<HW11/>
{/*<HW12/>*/}
{/*<HW13/>*/}
</div>