mirror of
https://github.com/IgnatZakalinsky/home-works.git
synced 2026-02-02 04:52:04 +00:00
hw5
This commit is contained in:
15
src/s2-homeworks/hw05/pages/JuniorPlus.tsx
Normal file
15
src/s2-homeworks/hw05/pages/JuniorPlus.tsx
Normal 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
|
||||
Reference in New Issue
Block a user