This commit is contained in:
IgnatOffice
2022-05-30 11:53:52 +03:00
parent be36d35bc6
commit 0e359b05e7
8 changed files with 217 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ import React from 'react'
import s from './App.module.css'
import HW1 from '../s2-homeworks/hw01/HW1'
import HW2 from '../s2-homeworks/hw02/HW2'
import HW3 from '../s2-homeworks/hw03/HW3'
const App = () => {
return (
@@ -9,7 +10,7 @@ const App = () => {
<div>react homeworks:</div>
<HW1/>
<HW2/>
{/*<HW3/>*/}
<HW3/>
{/*<HW4/>*/}
{/*<HW5/>*/}