@page "/" Index

Hello, sorted world!

Welcome to your new reorderer list.
@context.title

@context.details Go

@code { public List list = new() { new ListItem("Google", "https://google.com", "Again looking for a bug ..."), new ListItem("StackOverflow", "https://stackoverflow.com", "Could be this the solution?"), new ListItem("GitHub", "https://github.com", "Let's steal awesome code"), new ListItem("Twitter", "https://twitter.com", "What a genious am I"), new ListItem("Another", "https://another.com", "The solution must be somewhere!!!") }; }