final ref hw5

This commit is contained in:
neko
2022-09-15 14:51:07 +03:00
parent 3107511031
commit 6380529923
11 changed files with 105 additions and 81 deletions

View File

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