final ref hw11

This commit is contained in:
neko
2022-09-26 10:28:48 +03:00
parent 7bc77de40b
commit 2a8af4599e
4 changed files with 58 additions and 53 deletions

View File

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