mirror of
https://github.com/IgnatZakalinsky/home-works.git
synced 2026-01-29 20:42:06 +00:00
Initial commit, hw01
This commit is contained in:
19
src/s1-main/App.tsx
Normal file
19
src/s1-main/App.tsx
Normal file
@@ -0,0 +1,19 @@
|
||||
import React from 'react'
|
||||
import s from './App.module.css'
|
||||
import HW1 from '../s2-homeworks/hw01/HW1'
|
||||
|
||||
const App = () => {
|
||||
return (
|
||||
<div className={s.App}>
|
||||
<div>react homeworks:</div>
|
||||
<HW1/>
|
||||
{/*<HW2/>*/}
|
||||
{/*<HW3/>*/}
|
||||
{/*<HW4/>*/}
|
||||
{/*<HW5/>*/}
|
||||
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default App
|
||||
Reference in New Issue
Block a user