diff --git a/src/s1-main/App.module.css b/src/s1-main/App.module.css index 34b8ee0..c4c5b31 100644 --- a/src/s1-main/App.module.css +++ b/src/s1-main/App.module.css @@ -1,3 +1,11 @@ .App { } + +.hw { + +} + +.hwTitle { + +} \ No newline at end of file diff --git a/src/s1-main/App.tsx b/src/s1-main/App.tsx index bea96f8..56214e4 100644 --- a/src/s1-main/App.tsx +++ b/src/s1-main/App.tsx @@ -3,19 +3,21 @@ 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' +import HW4 from '../s2-homeworks/hw04/HW4' const App = () => { - return ( -