This commit is contained in:
neko
2022-06-07 21:08:21 +03:00
parent d7e7ef9471
commit 4f91ec75cb
12 changed files with 248 additions and 16 deletions

View File

@@ -0,0 +1,15 @@
import React from 'react'
function JuniorPlus() {
return (
<div id={'hw5-page-junior-plus'}>
junior plus page
{/*<HW10/>*/}
{/*<HW11/>*/}
{/*<HW12/>*/}
{/*<HW13/>*/}
</div>
)
}
export default JuniorPlus