|
1
|
export default () => { |
|
2
|
return ( |
|
3
|
<div> |
|
4
|
<presto-player-skeleton |
|
5
|
style={{ width: "30%", marginBottom: "10px" }} |
|
6
|
></presto-player-skeleton> |
|
7
|
<presto-player-skeleton |
|
8
|
style={{ height: "2rem", marginBottom: "20px" }} |
|
9
|
></presto-player-skeleton> |
|
10
|
</div> |
|
11
|
); |
|
12
|
}; |
|
13
|
|