@page "/" Index

Hello, sorted world!

Welcome to your new reorderer list.
@context.title

@context.details Go

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