add hw 12

This commit is contained in:
neko
2022-06-19 20:20:08 +03:00
parent 598d34d5c7
commit f4b13b891e
8 changed files with 95 additions and 3 deletions

View File

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