Revize 3ec590e6
Přidáno uživatelem Václav Honzík před více než 2 roky(ů)
frontend/src/features/Home/Home.tsx | ||
---|---|---|
1 | 1 |
import { Button } from '@mui/material' |
2 | 2 |
import { useDispatch, useSelector } from 'react-redux' |
3 | 3 |
import { logout } from '../Auth/userSlice' |
4 |
import CatalogItemDetail from '../Catalog/CatalogItemDetail' |
|
4 | 5 |
import { RootState } from '../redux/store' |
5 | 6 |
|
6 | 7 |
const Home = () => { |
... | ... | |
23 | 24 |
Logout |
24 | 25 |
</Button> |
25 | 26 |
) : null} |
27 |
<CatalogItemDetail /> |
|
26 | 28 |
</> |
27 | 29 |
) |
28 | 30 |
} |
Také k dispozici: Unified diff
re #9369 item left col display text