You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
321 B

2 years ago
@page "/lotto"
<style>
.container {
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
</style>
<h3>Lotto Picker</h3>
<div class="container">
<BallPicker />
<BallPicker />
<BallPicker />
<BallPicker />
<BallPicker />
<BallPicker />
</div>
@code {
}